Skip to content

Commit 2b8a0da

Browse files
committed
Revert
1 parent 2cc686e commit 2b8a0da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: driver-sync/src/test/functional/com/mongodb/client/AbstractClientSideEncryptionDecryptionEventsTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import com.mongodb.event.CommandSucceededEvent;
3131
import com.mongodb.fixture.EncryptionFixture;
3232
import com.mongodb.internal.connection.TestCommandListener;
33-
import com.mongodb.test.FlakyTest;
3433
import org.bson.BsonBinary;
3534
import org.bson.BsonDocument;
3635
import org.bson.BsonString;
@@ -175,7 +174,7 @@ public void networkError() {
175174
assertDoesNotThrow(() -> commandListener.getCommandFailedEvent("aggregate"));
176175
}
177176

178-
@FlakyTest(maxAttempts = 3)
177+
@Test
179178
public void decryptError() {
180179
MongoCollection<Document> decryptionEvents = encryptedClient
181180
.getDatabase(getDefaultDatabaseName())

0 commit comments

Comments
 (0)