mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
Update test/js/third_party/grpc-js/test-resolver.test.ts
This commit is contained in:
@@ -266,7 +266,7 @@ describe("Name Resolver", () => {
|
||||
});
|
||||
/* TODO(murgatroid99): re-enable this test, once we can get the IPv6 result
|
||||
* consistently */
|
||||
it.todo("Should resolve a DNS name to an IPv6 address", done => {
|
||||
it.skip("Should resolve a DNS name to an IPv6 address", done => {
|
||||
const target = resolverManager.mapUriDefaultScheme(parseUri("loopback6.unittest.grpc.io")!)!;
|
||||
const listener: resolverManager.ResolverListener = {
|
||||
onSuccessfulResolution: (
|
||||
|
||||
Reference in New Issue
Block a user