hostinfo: ditch flaky test

This commit is contained in:
Adriaan de Groot 2023-10-21 15:47:10 +02:00
parent 5846ea384a
commit 71d27eee8e

View File

@ -49,7 +49,7 @@ HostInfoTests::testHostOS()
#endif #endif
QCOMPARE( expect, hostOS() ); QCOMPARE( expect, hostOS() );
QCOMPARE( expect, hostOSName() ); // Might be the same // QCOMPARE( expect, hostOSName() ); // With KOSRelease, returns what the distro calls itself
// This is a lousy test, too: the implementation reads /proc/cpuinfo // This is a lousy test, too: the implementation reads /proc/cpuinfo
// and that's the only way we could use, too, to find what the "right" // and that's the only way we could use, too, to find what the "right"