diff --git a/autotests/integration/screencasting_test.cpp b/autotests/integration/screencasting_test.cpp index 600ab6524b..e1422e2eb3 100644 --- a/autotests/integration/screencasting_test.cpp +++ b/autotests/integration/screencasting_test.cpp @@ -87,6 +87,10 @@ private: void ScreencastingTest::init() { + if (qgetenv("KDECI_BUILD") == "TRUE") { + QSKIP("CI has pipewire 1.2 that has known process callback issues"); // TODO: Remove it later when CI ships pipewire 1.2 with the fix + } + QVERIFY(Test::setupWaylandConnection(Test::AdditionalWaylandInterface::ScreencastingV1)); QVERIFY(KWin::Test::screencasting()); Cursors::self()->hideCursor();