From 6d93a14d18923480390e6cd04b3a1542f75480ea Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 12 Nov 2020 11:18:02 -0800 Subject: build-system: giving up on TestGitStorage It is completely incomprehensible why these fail. And why randomly restarting sometimes fixes them, and often doesn't. At this point there is no incremental value in having this test. If it were to ever catch a real bug, we wouldn't realize it because we are too well trained to ignore the problem. Very disappointing, but IMHO the right thing to do. Signed-off-by: Dirk Hohndel --- .github/workflows/linux-eoan-5.12.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/linux-eoan-5.12.yml') diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index fe502fea5..337ffe70f 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.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 -- cgit v1.2.3-70-g09d2