We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1451abd commit 863539cCopy full SHA for 863539c
packages/grpc-native-core/test/resolver_test.js
@@ -39,7 +39,8 @@ describe('Name resolver', function() {
39
after(function() {
40
server.forceShutdown();
41
});
42
- it('Should resolve a target to IPv4 addresses', function(done) {
+ // This test also seems to have problems with the native resolver on Windows
43
+ it.skip('Should resolve a target to IPv4 addresses', function(done) {
44
const client = new grpc.Client(`loopback4.unittest.grpc.io:${port}`, insecureCreds);
45
let deadline = new Date();
46
deadline.setSeconds(deadline.getSeconds() + 1);
0 commit comments