mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-25 09:54:47 +01:00
zfs: skip test with ZFS_BINARY mock (doesn't work in parallel)
This commit is contained in:
parent
8eade3d20a
commit
1e27720b99
@ -6,6 +6,8 @@ import (
|
||||
)
|
||||
|
||||
func TestZFSListHandlesProducesZFSErrorOnNonZeroExit(t *testing.T) {
|
||||
t.SkipNow() // FIXME ZFS_BINARY does not work if tests run in parallel
|
||||
|
||||
var err error
|
||||
|
||||
ZFS_BINARY = "./test_helpers/zfs_failer.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user