Skip to content

Commit

Permalink
parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Nov 26, 2024
1 parent 8d66365 commit b6c58c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/endtoend/e2e_crash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
// We cancel the honest validator's context after it opens the first subchallenge and prove that it
// can restart and carry things out to confirm the honest, claimed assertion in the challenge.
func TestEndToEnd_HonestValidatorCrashes(t *testing.T) {
t.Parallel()
neutralCtx, neutralCancel := context.WithCancel(context.Background())
defer neutralCancel()
evilCtx, evilCancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit b6c58c5

Please sign in to comment.