From 0647b528a38eb56d14056d14131e87f05381d59f Mon Sep 17 00:00:00 2001 From: Peter Mattis Date: Thu, 23 Feb 2017 14:07:03 -0500 Subject: [PATCH] acceptance: skip TestMonotonicInserts A bug was introduced by #13501. Need to track that down. --- pkg/acceptance/monotonic_insert_test.go | 1 + 1 file changed, 1 insertion(+) 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)