Skip to content

Commit

Permalink
bring the checking EnsureNoTrackers() back
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Aug 7, 2024
1 parent 0ffaeec commit ca4a14c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
if testTSSMigration {
runTSSMigrationTest(deployerRunner, logger, verbose, conf)
}
// Verify that there are no trackers left over after tests complete
deployerRunner.EnsureNoTrackers()

// print and validate report
networkReport, err := deployerRunner.GenerateNetworkReport()
Expand Down

0 comments on commit ca4a14c

Please sign in to comment.