fail test if deal errors

This commit is contained in:
whyrusleeping
2019-11-07 00:39:34 +01:00
committed by Łukasz Magiera
parent 41d13b12a0
commit 480e7899ef
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
const sectorSize = 1024
func TestSealAndVerify(t *testing.T) {
//t.Skip("this is slow")
t.Skip("this is slow")
//os.Setenv("BELLMAN_NO_GPU", "1")
build.SectorSizes = []uint64{sectorSize}