Comment out code unused after 21be95c1

This commit is contained in:
Kurt Hindenburg
2025-03-03 09:12:58 -05:00
parent 70452321ce
commit bd7655dc22

View File

@@ -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);