Merge pull request #2304 from influxdb/disable_racy_tests

Disable racy tests
pull/2306/head
Philip O'Toole 2015-04-15 18:29:30 -07:00
commit 5c8d297afb
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ func TestState_String(t *testing.T) {
// Ensure a cluster of nodes can successfully re-elect while applying commands. // Ensure a cluster of nodes can successfully re-elect while applying commands.
func TestCluster_Elect_RealTime(t *testing.T) { func TestCluster_Elect_RealTime(t *testing.T) {
t.Skip("Skipping....issue #2303")
if testing.Short() { if testing.Short() {
t.Skip("skip: short mode") t.Skip("skip: short mode")
} }