diff --git a/pkg/acceptance/monotonic_insert_test.go b/pkg/acceptance/monotonic_insert_test.go index f9595147ec95..718f2189c45c 100644 --- a/pkg/acceptance/monotonic_insert_test.go +++ b/pkg/acceptance/monotonic_insert_test.go @@ -36,6 +36,7 @@ import ( // TestMonotonicInserts replicates the 'monotonic' test from the Jepsen // CockroachDB test suite (https://github.com/cockroachdb/jepsen). func TestMonotonicInserts(t *testing.T) { + t.Skip("#13759") s := log.Scope(t, "") defer s.Close(t)