Skip slow tests
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
2bc5ccab04
commit
c7b82dbc40
@ -19,7 +19,7 @@ import (
|
|||||||
const sectorSize = 1024
|
const sectorSize = 1024
|
||||||
|
|
||||||
func TestSealAndVerify(t *testing.T) {
|
func TestSealAndVerify(t *testing.T) {
|
||||||
//t.Skip("this is slow")
|
t.Skip("this is slow")
|
||||||
os.Setenv("BELLMAN_NO_GPU", "1")
|
os.Setenv("BELLMAN_NO_GPU", "1")
|
||||||
os.Setenv("RUST_LOG", "info")
|
os.Setenv("RUST_LOG", "info")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user