You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vm/tests/tester/config.ts
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ export const SKIP_BROKEN = [
29
29
* Tests skipped due to system specifics / design considerations
30
30
*/
31
31
exportconstSKIP_PERMANENT=[
32
-
'SuicidesMixingCoinbase',// sucides to the coinbase, since we run a blockLevel we create coinbase account.
33
-
'static_SuicidesMixingCoinbase',// sucides to the coinbase, since we run a blockLevel we create coinbase account.
34
-
'ForkUncle',// Only BlockchainTest, correct behaviour unspecified (?)
35
-
'UncleFromSideChain',// Only BlockchainTest, same as ForkUncle, the TD is the same for two diffent branches so its not clear which one should be the finally chain
32
+
'SuicidesMixingCoinbase',// suicides to the coinbase, since we run a blockLevel we create coinbase account.
33
+
'static_SuicidesMixingCoinbase',// suicides to the coinbase, since we run a blockLevel we create coinbase account.
34
+
'ForkUncle',// Only BlockchainTest, correct behavior unspecified (?)
35
+
'UncleFromSideChain',// Only BlockchainTest, same as ForkUncle, the TD is the same for two different branches so its not clear which one should be the finally chain
36
36
]
37
37
38
38
/**
@@ -298,10 +298,13 @@ export function getCommon(targetNetwork: string) {
0 commit comments