SERVER-125777 Remove it.only leftover in placement_conflict_time.js (#53188)
GitOrigin-RevId: b4233dd8e0fda881ec8792f2edecd6f19c495412
This commit is contained in:
parent
35703b8b86
commit
0643065802
@ -173,7 +173,7 @@ describe("Test placementConflictTime", function () {
|
||||
|
||||
// Verifies that a transaction gets aborted if a participant steps down.
|
||||
// This is important because the placementConflictTime is an in memory variable on each participant shard.
|
||||
it.only("Verify transaction gets aborted if a participant steps down", () => {
|
||||
it("Verify transaction gets aborted if a participant steps down", () => {
|
||||
const session = st.s.startSession();
|
||||
const sessionDB = session.getDatabase(dbName);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user