12 lines
451 B
Diff
12 lines
451 B
Diff
--- a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp 2022-11-03 00:05:49.281737775 +0100
|
|
+++ - 2022-11-03 00:07:52.538145369 +0100
|
|
@@ -165,6 +165,8 @@
|
|
#ifdef Q_OS_LINUX
|
|
if (storage1.fileSystemType() == "btrfs")
|
|
QSKIP("This test doesn't work on btrfs, probably due to a btrfs bug");
|
|
+ if (storage1.fileSystemType() == "zfs")
|
|
+ QSKIP("This test doesn't work on zfs");
|
|
#endif
|
|
|
|
qint64 free = storage1.bytesFree();
|