Skip to content

Commit

Permalink
DAOS-13648 test: Add release/2.4 skip-list (#12433)
Browse files Browse the repository at this point in the history
Add utilizing the branch-specific skip-list for this branch.

Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
  • Loading branch information
phender authored Jun 20, 2023
1 parent b766d1b commit 1fc5f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/util/apricot/apricot/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs):
self.basepath = None
self.prefix = None
self.ofi_prefix = None
self.cancel_file = os.path.join(os.sep, "scratch", "CI-skip-list-master")
self.cancel_file = os.path.join(os.sep, "scratch", "CI-skip-list-release-2.4")

# List of methods to call during tearDown to cleanup after the steps
# Use the register_cleanup() method to add methods with optional arguments
Expand Down

0 comments on commit 1fc5f7b

Please sign in to comment.