Skip to content

Commit

Permalink
Temporarily skip TestSplitSnapshotRace_SnapshotWins
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Nov 10, 2015
1 parent 8d6f10f commit 1417017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/client_split_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ func TestSplitSnapshotRace_SplitWins(t *testing.T) {
// so it still has a conflicting range.
func TestSplitSnapshotRace_SnapshotWins(t *testing.T) {
defer leaktest.AfterTest(t)
t.Skip("TODO(bdarnell): https://github.com/cockroachdb/cockroach/issues/3038")
mtc, leftKey, rightKey := setupSplitSnapshotRace(t)
defer mtc.Stop()

Expand Down

0 comments on commit 1417017

Please sign in to comment.