summaryrefslogtreecommitdiffstats
path: root/tests/auto/wasm/tst_fetchapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/wasm/tst_fetchapi.cpp')
-rw-r--r--tests/auto/wasm/tst_fetchapi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/wasm/tst_fetchapi.cpp b/tests/auto/wasm/tst_fetchapi.cpp
index d8d9a7971a..3dcd8dd916 100644
--- a/tests/auto/wasm/tst_fetchapi.cpp
+++ b/tests/auto/wasm/tst_fetchapi.cpp
@@ -69,6 +69,7 @@ void tst_FetchApi::sendRequestOnMainThread()
void tst_FetchApi::sendRequestOnBackgroundThread()
{
+ QSKIP("Skip this test until we fix fetching from background threads.");
QEventLoop mainEventLoop;
BackgroundThread *backgroundThread = new BackgroundThread();
connect(backgroundThread, &BackgroundThread::finished, &mainEventLoop, &QEventLoop::quit);