Skip to content

Commit

Permalink
DO NOT RELEASE THIS - test disabling failed test re-run
Browse files Browse the repository at this point in the history
We're hitting the 6 hour limit in the github test runner.
Try disabling test-re-run to see if that's the issue.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
  • Loading branch information
tonyhutter committed Dec 9, 2021
1 parent 4bbffa2 commit 5274089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zfs-tests-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Tests
run: |
/usr/share/zfs/zfs-tests.sh -vR -s 3G
/usr/share/zfs/zfs-tests.sh -v -s 3G
- name: Prepare artifacts
if: failure()
run: |
Expand Down

0 comments on commit 5274089

Please sign in to comment.