From 1b60358679f6b5c6984e95240cf2d347c608e79a Mon Sep 17 00:00:00 2001 From: Karl Bartel Date: Tue, 22 Oct 2024 11:46:21 +0200 Subject: [PATCH] Reenable interop tests The tests now work without further changes. --- op-e2e/interop/interop_recipe_test.go | 2 -- op-e2e/interop/interop_test.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/op-e2e/interop/interop_recipe_test.go b/op-e2e/interop/interop_recipe_test.go index 16c846950d50..05a2e056c39b 100644 --- a/op-e2e/interop/interop_recipe_test.go +++ b/op-e2e/interop/interop_recipe_test.go @@ -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}, diff --git a/op-e2e/interop/interop_test.go b/op-e2e/interop/interop_test.go index 1a8afae71aa2..65265c22e7c2 100644 --- a/op-e2e/interop/interop_test.go +++ b/op-e2e/interop/interop_test.go @@ -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},