Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions op-acceptance-tests/tests/ecotone/fees_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ func TestFees(gt *testing.T) {
require := t.Require()

require.True(sys.L2Chain.IsForkActive(forks.Ecotone), "Ecotone fork must be active for this test")
if sys.L2Chain.IsForkActive(forks.Isthmus) {
t.Skip("skipping since an Isthmus network may have an incompatible fee calculation")
Comment thread
joshklop marked this conversation as resolved.
}

alice := sys.FunderL2.NewFundedEOA(eth.OneTenthEther)
bob := sys.Wallet.NewEOA(sys.L2EL)
Expand Down