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 c6abd0f commit b4e5e99Copy full SHA for b4e5e99
test/integration/sessions/sessions.spec.test.ts
@@ -2,8 +2,5 @@ import { loadSpecTests } from '../../spec';
2
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
3
4
describe('Sessions spec tests', function () {
5
- runUnifiedSuite(loadSpecTests('sessions'), [
6
- // TODO(NODE-3951): fix broken dirty sessions spec tests
7
- 'Dirty explicit session is discarded (findAndModify)'
8
- ]);
+ runUnifiedSuite(loadSpecTests('sessions'));
9
});
0 commit comments