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 e5f596d commit c8d81c3Copy full SHA for c8d81c3
test/functional/unit-sdam/monitoring.test.js
@@ -48,7 +48,8 @@ describe('monitoring', function () {
48
});
49
50
51
- it('should recover on error during initial connect', function (done) {
+ // TODO(NODE-3600): Unskip flaky test
52
+ it.skip('should recover on error during initial connect', function (done) {
53
// This test should take ~1s because initial server selection fails and an immediate check
54
// is requested. If the behavior of the immediate check is broken, the test will take ~10s
55
// to complete. We want to ensure validation of the immediate check behavior, and therefore
0 commit comments