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 562b3ce commit 8d2d8abCopy full SHA for 8d2d8ab
test/integration/crud/client_bulk_write.test.ts
@@ -31,7 +31,7 @@ describe('Client Bulk Write', function () {
31
32
afterEach(async function () {
33
await client?.close();
34
- await clearFailPoint(this.configuration);
+ await clearFailPoint(this.configuration).catch(() => null);
35
});
36
37
describe('#bulkWrite', function () {
0 commit comments