Skip to content

Commit

Permalink
Merge pull request #145 from mozilla/general-fixups
Browse files Browse the repository at this point in the history
Fix ups for xfail test.
  • Loading branch information
b4handjr authored Aug 2, 2024
2 parents f438257 + bda6169 commit 6bfd58b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
if: ${{ always() }}
with:
name: ${{ inputs.slug }} Firefox-${{ matrix.firefox }} HTML Test Report
path: home/runner/work/klaatu/klaatu/tests/report.htm
path: home/runner/work/klaatu/klaatu/tests/report.html
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[pytest]
addopts = -vvv -p no:warnings --reruns 1 --reruns-delay 5 --self-contained-html --html=tests/report.html
sensitive_url = mozilla\.(com|org)
xfail_strict = true
log_cli = true
log_cli_level = info
markers =
Expand Down

0 comments on commit 6bfd58b

Please sign in to comment.