Skip to content

Commit

Permalink
Reenable interop tests
Browse files Browse the repository at this point in the history
The tests now work without further changes.
  • Loading branch information
karlb committed Oct 23, 2024
1 parent 7fd94b0 commit 1b60358
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions op-e2e/interop/interop_recipe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import (
)

func TestInteropDevRecipe(t *testing.T) {
t.Skipf("Skipping interop tests for now. Celo doesn't use interop, so we can fix these tests at a later time")

rec := interopgen.InteropDevRecipe{
L1ChainID: 900100,
L2ChainIDs: []uint64{900200, 900201},
Expand Down
2 changes: 0 additions & 2 deletions op-e2e/interop/interop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import (
// The balance of Bob on Chain A is checked before and after the tx.
// The balance of Bob on Chain B is checked after the tx.
func TestInteropTrivial(t *testing.T) {
t.Skipf("Skipping interop tests for now. Celo doesn't use interop, so we can fix these tests at a later time")

recipe := interopgen.InteropDevRecipe{
L1ChainID: 900100,
L2ChainIDs: []uint64{900200, 900201},
Expand Down

0 comments on commit 1b60358

Please sign in to comment.