Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Oct 29, 2024
1 parent 4a6ad4f commit c45ef7c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ describe('Connection Monitoring and Pooling Spec Tests (Integration) - logging',
) {
return 'not applicable: waitQueueSize not supported';
}
if (test.description === 'Connection checkout fails due to error establishing connection') {
return 'TODO(NODE-5230): unskip this once event ordering issue is resolved';
}
return false;
});
});
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { loadSpecTests } from '../../spec';
import { type CmapTest, runCmapTestSuite } from '../../tools/cmap_spec_runner';
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';

describe('Connection Monitoring and Pooling (Node Driver)', function () {
const cmapTests: CmapTest[] = loadSpecTests(
Expand All @@ -17,10 +16,4 @@ describe('Connection Monitoring and Pooling (Node Driver)', function () {
}
]
});

// TODO(NODE-5230): Remove this once the actual unified tests (test/spec/connection-monitoring-and-pooling/logging) are passing
const unifiedTests = loadSpecTests(
'../integration/connection-monitoring-and-pooling/unified-cmap-node-specs'
);
runUnifiedSuite(unifiedTests);
});

This file was deleted.

0 comments on commit c45ef7c

Please sign in to comment.