Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skipped centos7-immediate test. #1953

Merged
merged 1 commit into from Mar 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/8392.misc
@@ -0,0 +1 @@
Skipped centos7-immediate sync-test to avoid running CI out of disk space.
1 change: 1 addition & 0 deletions pulp_rpm/tests/performance/test_sync.py
Expand Up @@ -146,6 +146,7 @@ def test_centos7_on_demand(self):
"""Sync CentOS 7."""
self.rpm_sync(url=CENTOS7_URL)

@unittest.skip("Skip to avoid failing due to running out of disk space")
def test_centos7_immediate(self):
"""Sync CentOS 7 with the immediate policy."""
self.rpm_sync(url=CENTOS7_URL, policy="immediate")
Expand Down