Skip to content

Commit

Permalink
remove errorneous test that is hidden by parallel execution
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00101010 committed Oct 1, 2024
1 parent 8852bc9 commit 8f3402b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions op-e2e/system/fjord/check_scripts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ func TestCheckFjordScript(t *testing.T) {
fjordActivation *hexutil.Uint64
expectErr bool
}{
{
name: "fjord_activated",
fjordActivation: &genesisActivation,
expectErr: false,
},
// {
// name: "fjord_activated",
// fjordActivation: &genesisActivation,
// expectErr: false,
// },
{
name: "fjord_unactivated",
fjordActivation: nil,
Expand Down

0 comments on commit 8f3402b

Please sign in to comment.