diff options
Diffstat (limited to '.github/workflows/linux-bionic-5.9.yml')
-rw-r--r-- | .github/workflows/linux-bionic-5.9.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-bionic-5.9.yml b/.github/workflows/linux-bionic-5.9.yml index 8aaf42932..9c845772a 100644 --- a/.github/workflows/linux-bionic-5.9.yml +++ b/.github/workflows/linux-bionic-5.9.yml @@ -42,5 +42,5 @@ jobs: echo "------------------------------------" echo "run tests" cd build/tests - xvfb-run --auto-servernum ./TestGitStorage -v2 + # xvfb-run --auto-servernum ./TestGitStorage -v2 xvfb-run --auto-servernum make check |