From 162b7a8a3d7ca928a6e4bfe1a187015822e64567 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 14 Apr 2020 07:00:02 -0700 Subject: [PATCH] testing/git-storage: don't override test accounts We now have a much better way of dealing with the issue of colliding tests inside the test. Signed-off-by: Dirk Hohndel --- .github/workflows/linux-bionic-5.9.yml | 3 --- .github/workflows/linux-eoan-5.12.yml | 6 ------ .github/workflows/mac.yml | 6 ------ 3 files changed, 15 deletions(-) diff --git a/.github/workflows/linux-bionic-5.9.yml b/.github/workflows/linux-bionic-5.9.yml index 20681b471..85241b3a2 100644 --- a/.github/workflows/linux-bionic-5.9.yml +++ b/.github/workflows/linux-bionic-5.9.yml @@ -37,9 +37,6 @@ jobs: bash -x subsurface/scripts/build.sh -desktop -build-with-webkit - name: test desktop build - env: - SSRF_USER_EMAIL: ssrftest-u18@hohndel.org - SSRF_USER_PASSWORD: geheim-u18 run: | # and now run the tests - with Qt 5.9 we can only run the desktop flavor echo "------------------------------------" diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index 299bc72f1..50c446f91 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -44,9 +44,6 @@ jobs: bash -e -x subsurface/scripts/build.sh -mobile - name: test mobile build - env: - SSRF_USER_EMAIL: ssrftest-u19@hohndel.org - SSRF_USER_PASSWORD: geheim-u19 run: | echo "--------------------------------------------------------------" echo "running tests for mobile" @@ -64,9 +61,6 @@ jobs: bash -e -x subsurface/scripts/build.sh -desktop -build-with-webkit - name: test desktop build - env: - SSRF_USER_EMAIL: ssrftest-u19@hohndel.org - SSRF_USER_PASSWORD: geheim-u19 run: | echo "--------------------------------------------------------------" echo "running tests for desktop" diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index d3889ab20..6d5fc09d4 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -33,9 +33,6 @@ jobs: bash -e -x ./subsurface/scripts/build.sh -mobile - name: test mobile build - env: - SSRF_USER_EMAIL: ssrftest-mac@hohndel.org - SSRF_USER_PASSWORD: geheim-mac run: | echo "------------------------------------" echo "run tests for mobile build" @@ -62,9 +59,6 @@ jobs: make export-html - name: test desktop build - env: - SSRF_USER_EMAIL: ssrftest-mac@hohndel.org - SSRF_USER_PASSWORD: geheim-mac run: | echo "------------------------------------" echo "run tests for desktop build"