Skip slow tests

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2019-11-13 22:53:35 +01:00
parent 2bc5ccab04
commit c7b82dbc40
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

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")