Skip slow tests

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2019-11-13 23:43:16 +01:00
parent 2bc5ccab04
commit c7b82dbc40
+1 -1
View File
@@ -19,7 +19,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")
os.Setenv("RUST_LOG", "info")