Skip to content

Commit

Permalink
Merge branch 'master' into cherry-pick/fix-pebble-not-found-error
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Jul 30, 2024
2 parents ac0da42 + 647718c commit bef86a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions system_tests/full_challenge_mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ package arbtest
import "testing"

func TestMockChallengeManagerAsserterIncorrect(t *testing.T) {
t.Parallel()
defaultWasmRootDir := ""
for i := int64(1); i <= makeBatch_MsgsPerBatch*3; i++ {
RunChallengeTest(t, false, true, i, defaultWasmRootDir)
}
}

func TestMockChallengeManagerAsserterCorrect(t *testing.T) {
t.Parallel()
defaultWasmRootDir := ""
for i := int64(1); i <= makeBatch_MsgsPerBatch*3; i++ {
RunChallengeTest(t, true, true, i, defaultWasmRootDir)
Expand Down
1 change: 0 additions & 1 deletion system_tests/program_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ func storageTest(t *testing.T, jit bool) {
}

func TestProgramTransientStorage(t *testing.T) {
t.Parallel()
transientStorageTest(t, true)
}

Expand Down

0 comments on commit bef86a3

Please sign in to comment.