Skip to content

Commit

Permalink
Force test failure in an existing flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 22, 2020
1 parent 4039f89 commit c6957e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func wrapStrToResp(code int, body string) *http.Response {
}

func TestFleetGateway(t *testing.T) {

t.Fatal("for testing the flaky test reporting for an existing flaky test")
agentInfo := &testAgentInfo{}
settings := &fleetGatewaySettings{
Duration: 5 * time.Second,
Expand Down Expand Up @@ -379,6 +379,7 @@ func TestFleetGateway(t *testing.T) {
}

func TestRetriesOnFailures(t *testing.T) {
t.Fatal("for testing the flaky test reporting for an existing flaky test")
agentInfo := &testAgentInfo{}
settings := &fleetGatewaySettings{
Duration: 5 * time.Second,
Expand Down

0 comments on commit c6957e6

Please sign in to comment.