Skip to content

Commit 80ccad2

Browse files
committed
Some new/moved tests are too slow and break CI
1 parent 6f87f32 commit 80ccad2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/json-fixtures/blockchain/test_blockchain.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,24 @@
148148
('GeneralStateTests/stZeroKnowledge/pairingTest.json', 'pairingTest_d4g0v0_Istanbul'), # noqa: E501
149149
('GeneralStateTests/stZeroKnowledge/pairingTest.json', 'pairingTest_d5g0v0_Istanbul'), # noqa: E501
150150
('GeneralStateTests/stZeroKnowledge/pairingTest.json', 'pairingTest_d5g3v0_Istanbul'), # noqa: E501
151+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d8g0v0_Istanbul'),
152+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d10g0v0_Istanbul'),
153+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d11g0v0_Istanbul'),
154+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d12g0v0_Istanbul'),
155+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d13g0v0_Istanbul'),
156+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d14g0v0_Istanbul'),
157+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d8g0v0_Berlin'),
158+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d10g0v0_Berlin'),
159+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d11g0v0_Berlin'),
160+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d12g0v0_Berlin'),
161+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d13g0v0_Berlin'),
162+
('GeneralStateTests/VMTests/vmPerformance/loopExp.json', 'loopExp_d14g0v0_Berlin'),
163+
('GeneralStateTests/VMTests/vmPerformance/loopMul.json', 'loopMul_d0g0v0_Istanbul'),
164+
('GeneralStateTests/VMTests/vmPerformance/loopMul.json', 'loopMul_d1g0v0_Istanbul'),
165+
('GeneralStateTests/VMTests/vmPerformance/loopMul.json', 'loopMul_d2g0v0_Istanbul'),
166+
('GeneralStateTests/VMTests/vmPerformance/loopMul.json', 'loopMul_d0g0v0_Berlin'),
167+
('GeneralStateTests/VMTests/vmPerformance/loopMul.json', 'loopMul_d1g0v0_Berlin'),
168+
('GeneralStateTests/VMTests/vmPerformance/loopMul.json', 'loopMul_d2g0v0_Berlin'),
151169
('InvalidBlocks/bcForgedTest/bcForkBlockTest.json', 'BlockWrongResetGas'), # noqa: E501
152170
('InvalidBlocks/bcForgedTest/bcInvalidRLPTest.json', 'BLOCK_difficulty_TooLarge'), # noqa: E501
153171
('InvalidBlocks/bcMultiChainTest/UncleFromSideChain.json', 'UncleFromSideChain_Constantinople'), # noqa: E501

0 commit comments

Comments
 (0)