This is an automated email from the ASF dual-hosted git repository.
gmurthy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new fc975f2 DISPATCH-2287: Comment out switchover tests in
system_tests_fallback_dest until DISPATCH-2256 is fixed
fc975f2 is described below
commit fc975f2738e64e80cfe9f8dc552000e9e438225a
Author: Ganesh Murthy <[email protected]>
AuthorDate: Mon Nov 15 10:11:15 2021 -0500
DISPATCH-2287: Comment out switchover tests in system_tests_fallback_dest
until DISPATCH-2256 is fixed
---
.github/workflows/build.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index dd81cfa..50d031a 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -186,6 +186,7 @@ jobs:
DispatchCTestExtraArgs: "-E 'system_tests_authz_service_plugin'"
LD_LIBRARY_PATH: ${{github.workspace}}/install/lib
QPID_SYSTEM_TEST_TIMEOUT: 300
+ QPID_SYSTEM_TEST_SKIP_FALLBACK_SWITCHOVER_TEST: True
steps:
- name: Show environment (Linux)
@@ -310,6 +311,7 @@ jobs:
CCACHE_COMPRESS: 'true'
CCACHE_MAXSIZE: '400MB'
QPID_SYSTEM_TEST_TIMEOUT: 300
+ QPID_SYSTEM_TEST_SKIP_FALLBACK_SWITCHOVER_TEST: True
VERBOSE: 1
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]