Skip to content

Commit

Permalink
Merge pull request cockroachdb#3088 from bdarnell/skip-test
Browse files Browse the repository at this point in the history
Temporarily skip TestSplitSnapshotRace_SnapshotWins
  • Loading branch information
bdarnell committed Nov 10, 2015
2 parents 09df162 + 1417017 commit 103c75b
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 103c75b

Please sign in to comment.