Skip to content

Commit

Permalink
test some ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Sep 3, 2023
1 parent f2d2280 commit 1892d4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agents/agents/agentsintegration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ func (u *AgentsIntegrationSuite) SetupSuite() {
}

func TestAgentsIntegrationSuite(t *testing.T) {
suite.Run(t, NewAgentsIntegrationSuite(t))
for {
suite.Run(t, NewAgentsIntegrationSuite(t))
}
}
2 changes: 2 additions & 0 deletions agents/testutil/simulated_backends_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ func (a *SimulatedBackendsTestSuite) SetupTest() {
// cleanAfterTestSuite does cleanup after test suite is finished.
func (a *SimulatedBackendsTestSuite) cleanAfterTestSuite() {
filet.CleanUp(a.T())
// This shouldn't be neccesary, but is added for a recurring flake
a.TestBackendSummit = nil
}

// BumpBackend is a helper to get the test backend to emit expected events.
Expand Down

0 comments on commit 1892d4f

Please sign in to comment.