Disabling local execution of test, letting pytest handle it
This commit is contained in:
parent
fdc23ff5bd
commit
f68850293b
|
|
@ -169,5 +169,3 @@ def test_stat_blockdev():
|
||||||
raise AssertionError(f"Could not retrieve a loopdev for testing on {filename}")
|
raise AssertionError(f"Could not retrieve a loopdev for testing on {filename}")
|
||||||
|
|
||||||
pathlib.Path(filename).resolve().unlink()
|
pathlib.Path(filename).resolve().unlink()
|
||||||
|
|
||||||
test_stat_blockdev()
|
|
||||||
Loading…
Reference in New Issue