Skip to content

Commit

Permalink
Revert "Force test failure in an existing flaky test"
Browse files Browse the repository at this point in the history
This reverts commit c6957e6.
  • Loading branch information
v1v committed Oct 27, 2020
1 parent e3bc132 commit df4057f
Showing 1 changed file with 1 addition and 2 deletions.
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,7 +379,6 @@ 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 df4057f

Please sign in to comment.