Skip to content

Commit

Permalink
DAOS-16577 test: remove hw tag from deployment/disk_failure.py (#15138)
Browse files Browse the repository at this point in the history
Remove hw tag from deployment/disk_failure.py
since it is not expected to work in CI

Skip-unit-tests: true
Skip-fault-injection-test: true

Required-githooks: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Oct 4, 2024
1 parent 80a2e09 commit b67bbf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/ftest/deployment/disk_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def test_disk_failure_w_rf(self):
Test disk failures during the IO operation.
:avocado: tags=all,manual
:avocado: tags=hw,medium
:avocado: tags=deployment,disk_failure
:avocado: tags=DiskFailureTest,test_disk_failure_w_rf
"""
Expand All @@ -131,7 +130,6 @@ def test_disk_fault_to_normal(self):
Test a disk inducing faults and resetting is back to normal state.
:avocado: tags=all,manual
:avocado: tags=hw,medium
:avocado: tags=deployment,disk_failure
:avocado: tags=DiskFailureTest,test_disk_fault_to_normal
"""
Expand Down

0 comments on commit b67bbf6

Please sign in to comment.