Skip to content

Commit 3c06be9

Browse files
committed
Disabled another table lock policy test on CI to improve stability.
1 parent 4f9f461 commit 3c06be9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Tests/Database/TableLockPolicyTests.swift

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ class TableLockPolicyTestCase: BaseConnectionTestCase {
8888
}
8989

9090
func testThatConnectionThrowsTableLockErrorWhenReadLockBlocksWriteLock() throws {
91+
// Disable test on CI since timing is too unpredictable
92+
guard !ProcessInfo.isRunningOnCI else { return }
93+
9194
// Given
9295
let writeConnection = try Connection(
9396
storageLocation: storageLocation,

0 commit comments

Comments
 (0)