Skip to content

Commit

Permalink
Remove MQ_TESTING envvar to troubleshoot failing unit tests (passin…
Browse files Browse the repository at this point in the history
…g locally)
  • Loading branch information
NeonDaniel committed Jul 26, 2023
1 parent d9573fe commit a157781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Run Connector Tests
run: |
pytest tests/test_connector.py --doctest-modules --junitxml=tests/connector-test-results.xml
env:
MQ_TESTING: 1
# env:
# MQ_TESTING: 1
- name: Upload Connector test results
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit a157781

Please sign in to comment.