mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Bypass unstable test that often fails on multiple CIs
This commit is contained in:
@@ -75,13 +75,11 @@ void PtyTest::testRunProgram()
|
||||
QCOMPARE(result, 0);
|
||||
auto fpg = pty.foregroundProcessGroup();
|
||||
auto pid = pty.processId();
|
||||
// FIXME: This often fails on FreeBSD CI
|
||||
// FIXME: This often fails on multiple CIs
|
||||
// Actual (fpg): 100000; Expected (pid): 28534
|
||||
#if defined(Q_OS_FREEBSD)
|
||||
QSKIP("This often fails on CI FreeBSD CI", SkipSingle);
|
||||
#else
|
||||
QCOMPARE(fpg, pid);
|
||||
#endif
|
||||
// Actual (fpg): 0; Expected (pid): 3487
|
||||
QSKIP("This often fails on multiple CIs", SkipSingle);
|
||||
//QCOMPARE(fpg, pid);
|
||||
pty.close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user