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 da46aea commit 48736e3Copy full SHA for 48736e3
test/integration/unified-test-format/unified_test_format.spec.test.ts
@@ -27,17 +27,6 @@ const filter: TestFilter = ({ description }) => {
27
return 'TODO(NODE-5962): fix migration conflict in transaction tests';
28
}
29
30
- if (
31
- process.env.AUTH === 'auth' &&
32
- [
33
- 'FindOneAndUpdate is committed on first attempt',
34
- 'FindOneAndUpdate is not committed on first attempt',
35
- 'FindOneAndUpdate is never committed'
36
- ].includes(description)
37
- ) {
38
- return 'TODO(NODE-3891): fix tests broken when AUTH enabled';
39
- }
40
-
41
return false;
42
};
43
0 commit comments