Skip to content

Commit 48736e3

Browse files
UTR format tests
1 parent da46aea commit 48736e3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/integration/unified-test-format/unified_test_format.spec.test.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ const filter: TestFilter = ({ description }) => {
2727
return 'TODO(NODE-5962): fix migration conflict in transaction tests';
2828
}
2929

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-
4130
return false;
4231
};
4332

0 commit comments

Comments
 (0)