Skip to content

Commit

Permalink
test: skip 'TestSTMAbort'
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Oct 11, 2017
1 parent 296962a commit 6260f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/v3_stm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func TestSTMPutNewKey(t *testing.T) {

// TestSTMAbort tests that an aborted txn does not modify any keys.
func TestSTMAbort(t *testing.T) {
t.Skip("skip for now...")
clus := NewClusterV3(t, &ClusterConfig{Size: 1})
defer clus.Terminate(t)

Expand Down

0 comments on commit 6260f0c

Please sign in to comment.