Management framework: mask testsuite result

There's currently a race condition in the agent-supervisor interaction that can
cause requests to the Supervisor to get lost. This temporarily masks the
testsuite result until I've had a chance to investigate.
This commit is contained in:
Christian Kreibich 2022-07-04 11:06:13 -07:00
parent ba968434e4
commit 85b0381f3e

View file

@ -152,6 +152,7 @@ jobs:
- name: Run testsuite
run: make -C testing/external/zeek-testing-cluster
continue-on-error: true
- name: Preserve btest artifacts
uses: actions/upload-artifact@v2