diff --git a/tests/library/browsercontext-proxy.spec.ts b/tests/library/browsercontext-proxy.spec.ts index cc2d06a8ec..e169528738 100644 --- a/tests/library/browsercontext-proxy.spec.ts +++ b/tests/library/browsercontext-proxy.spec.ts @@ -14,9 +14,7 @@ * limitations under the License. */ -import http from 'http'; import { browserTest as it, expect } from '../config/browserTest'; -import type net from 'net'; it.skip(({ mode }) => mode.startsWith('service'));