chore: remove remaining references to AppVeyor (#45339)

This commit is contained in:
David Sanders 2025-02-07 03:57:36 -08:00 committed by GitHub
parent 7bde100a1a
commit 4512b2b5c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 5 additions and 407 deletions

View file

@ -21,7 +21,7 @@ function isTestingBindingAvailable () {
// This test depends on functions that are only available when DCHECK_IS_ON.
ifdescribe(isTestingBindingAvailable())('logging', () => {
it('does not log by default', async () => {
// ELECTRON_ENABLE_LOGGING is turned on in the appveyor config.
// ELECTRON_ENABLE_LOGGING might be set in the environment, so remove it
const { ELECTRON_ENABLE_LOGGING: _, ...envWithoutEnableLogging } = process.env;
const rc = await startRemoteControlApp([], { env: envWithoutEnableLogging });
const stderrComplete = new Promise<string>(resolve => {