Skip to content

Commit

Permalink
Skip partial replication tests
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Apr 10, 2015
1 parent 2abe5b3 commit 40b6866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/influxd/server_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,7 @@ func Test3NodeServer(t *testing.T) {

// ensure that all queries work if there are more nodes in a cluster than the replication factor
func Test3NodeClusterPartiallyReplicated(t *testing.T) {
t.Skip()
testName := "3-node server integration"
if testing.Short() {
t.Skip(fmt.Sprintf("skipping '%s'", testName))
Expand Down

0 comments on commit 40b6866

Please sign in to comment.