Skip to content

Commit c8d81c3

Browse files
authored
chore: skip flaky should recover on error during initial connect test (#3001)
1 parent e5f596d commit c8d81c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/unit-sdam/monitoring.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ describe('monitoring', function () {
4848
});
4949
});
5050

51-
it('should recover on error during initial connect', function (done) {
51+
// TODO(NODE-3600): Unskip flaky test
52+
it.skip('should recover on error during initial connect', function (done) {
5253
// This test should take ~1s because initial server selection fails and an immediate check
5354
// is requested. If the behavior of the immediate check is broken, the test will take ~10s
5455
// to complete. We want to ensure validation of the immediate check behavior, and therefore

0 commit comments

Comments
 (0)