浏览代码

tests: disable blockchain tests based on general state tests (#22704)

Martin Holst Swende 4 年之前
父节点
当前提交
cc33398cef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/block_test.go

+ 1 - 1
tests/block_test.go

@@ -28,7 +28,7 @@ func TestBlockchain(t *testing.T) {
 	// For speedier CI-runs, the line below can be uncommented, so those are skipped.
 	// For speedier CI-runs, the line below can be uncommented, so those are skipped.
 	// For now, in hardfork-times (Berlin), we run the tests both as StateTests and
 	// For now, in hardfork-times (Berlin), we run the tests both as StateTests and
 	// as blockchain tests, since the latter also covers things like receipt root
 	// as blockchain tests, since the latter also covers things like receipt root
-	//bt.skipLoad(`^GeneralStateTests/`)
+	bt.skipLoad(`^GeneralStateTests/`)
 
 
 	// Skip random failures due to selfish mining test
 	// Skip random failures due to selfish mining test
 	bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
 	bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)