aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-groovy-5.14.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux-groovy-5.14.yml')
-rw-r--r--.github/workflows/linux-groovy-5.14.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-groovy-5.14.yml b/.github/workflows/linux-groovy-5.14.yml
index 51f9c5d06..ef5f07efc 100644
--- a/.github/workflows/linux-groovy-5.14.yml
+++ b/.github/workflows/linux-groovy-5.14.yml
@@ -49,7 +49,7 @@ jobs:
echo "running tests for mobile"
cd build-mobile/tests
- xvfb-run --auto-servernum ./TestGitStorage -v2
+ # xvfb-run --auto-servernum ./TestGitStorage -v2
xvfb-run --auto-servernum make check
- name: build Subsurface
@@ -66,6 +66,6 @@ jobs:
echo "--------------------------------------------------------------"
echo "running tests for desktop"
cd build/tests
- xvfb-run --auto-servernum ./TestGitStorage -v2
+ # xvfb-run --auto-servernum ./TestGitStorage -v2
xvfb-run --auto-servernum make check