Skip to content

Commit f76c392

Browse files
committed
test(NODE-7150): disable for Google's
1 parent 5333fc5 commit f76c392

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/tools/runner/ee_checker.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ events.EventEmitter = class RequireErrorListenerEventEmitter extends EventEmitte
1919
return;
2020
}
2121

22+
// gcp-metadata uses logging-utils whose AdhocDebugLogger extends EE
23+
// https://github.com/googleapis/gax-nodejs/blob/acfbe801d92219693b7ea5487ef701a77657dec8/logging-utils/src/logging-utils.ts#L163
24+
if (this.constructor.name === 'AdhocDebugLogger') {
25+
return;
26+
}
27+
2228
if (this.listenerCount('error') === 0) {
2329
throw ctorCallSite;
2430
}

0 commit comments

Comments
 (0)