We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc686e commit 2b8a0daCopy full SHA for 2b8a0da
driver-sync/src/test/functional/com/mongodb/client/AbstractClientSideEncryptionDecryptionEventsTest.java
@@ -30,7 +30,6 @@
30
import com.mongodb.event.CommandSucceededEvent;
31
import com.mongodb.fixture.EncryptionFixture;
32
import com.mongodb.internal.connection.TestCommandListener;
33
-import com.mongodb.test.FlakyTest;
34
import org.bson.BsonBinary;
35
import org.bson.BsonDocument;
36
import org.bson.BsonString;
@@ -175,7 +174,7 @@ public void networkError() {
175
174
assertDoesNotThrow(() -> commandListener.getCommandFailedEvent("aggregate"));
176
}
177
178
- @FlakyTest(maxAttempts = 3)
+ @Test
179
public void decryptError() {
180
MongoCollection<Document> decryptionEvents = encryptedClient
181
.getDatabase(getDefaultDatabaseName())
0 commit comments