Skip to content

Commit

Permalink
events_test: skip flaky tests for now
Browse files Browse the repository at this point in the history
Updates apache#771
  • Loading branch information
Zariel committed Oct 22, 2016
1 parent a36d46a commit 3e4e726
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions events_ccm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
)

func TestEventDiscovery(t *testing.T) {
t.Skip("FLAKE skipping")
if err := ccm.AllUp(); err != nil {
t.Fatal(err)
}
Expand Down Expand Up @@ -40,6 +41,7 @@ func TestEventDiscovery(t *testing.T) {
}

func TestEventNodeDownControl(t *testing.T) {
t.Skip("FLAKE skipping")
const targetNode = "node1"
if err := ccm.AllUp(); err != nil {
t.Fatal(err)
Expand Down Expand Up @@ -86,6 +88,7 @@ func TestEventNodeDownControl(t *testing.T) {
}

func TestEventNodeDown(t *testing.T) {
t.Skip("FLAKE skipping")
const targetNode = "node3"
if err := ccm.AllUp(); err != nil {
t.Fatal(err)
Expand Down Expand Up @@ -127,6 +130,7 @@ func TestEventNodeDown(t *testing.T) {
}

func TestEventNodeUp(t *testing.T) {
t.Skip("FLAKE skipping")
if err := ccm.AllUp(); err != nil {
t.Fatal(err)
}
Expand Down Expand Up @@ -183,6 +187,7 @@ func TestEventNodeUp(t *testing.T) {
}

func TestEventFilter(t *testing.T) {
t.Skip("FLAKE skipping")
if err := ccm.AllUp(); err != nil {
t.Fatal(err)
}
Expand Down Expand Up @@ -238,6 +243,7 @@ func TestEventFilter(t *testing.T) {
}

func TestEventDownQueryable(t *testing.T) {
t.Skip("FLAKE skipping")
if err := ccm.AllUp(); err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 3e4e726

Please sign in to comment.