Skip to content

Commit

Permalink
Skips test_sync_collection_from_git due to bug
Browse files Browse the repository at this point in the history
pulp#1065

[noissue]
  • Loading branch information
dkliban committed Jun 29, 2022
1 parent b052b9d commit 19488d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pulp_ansible/tests/functional/api/git/test_sync.py
Expand Up @@ -2,6 +2,7 @@
from os import path
import subprocess
import tempfile
import unittest

from pulp_ansible.tests.functional.utils import (
gen_ansible_remote,
Expand All @@ -18,6 +19,7 @@
class GitRemoteSyncInstallTestCase(TestCaseUsingBindings, SyncHelpersMixin):
"""Collection sync tests for collections with unique properties."""

@unittest.skip("https://github.com/pulp/pulp_ansible/issues/1065")
def test_sync_collection_from_git(self):
"""Sync collections from Git repositories and then install one of them."""
body = gen_ansible_remote(url="https://github.com/pulp/pulp_installer.git")
Expand Down

0 comments on commit 19488d3

Please sign in to comment.