Skip to content

Commit

Permalink
op-e2e: Actually run TestSystemE2E
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere committed Jan 19, 2024
1 parent 0e4962b commit 155d58c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-e2e/system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ func TestSystemE2E(t *testing.T) {

sys, err := cfg.Start(t)
require.Nil(t, err, "Error starting up system")
runE2ESystemTest(t, sys)
defer sys.Close()
}

Expand Down

0 comments on commit 155d58c

Please sign in to comment.