mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Comment out code unused after 21be95c1
This commit is contained in:
@@ -73,9 +73,9 @@ void PtyTest::testRunProgram()
|
||||
const int result = pty.start(program, arguments, environments);
|
||||
|
||||
QCOMPARE(result, 0);
|
||||
auto fpg = pty.foregroundProcessGroup();
|
||||
auto pid = pty.processId();
|
||||
// FIXME: This often fails on multiple CIs
|
||||
// auto fpg = pty.foregroundProcessGroup();
|
||||
// auto pid = pty.processId();
|
||||
// Actual (fpg): 100000; Expected (pid): 28534
|
||||
// Actual (fpg): 0; Expected (pid): 3487
|
||||
QSKIP("This often fails on multiple CIs", SkipSingle);
|
||||
|
||||
Reference in New Issue
Block a user