Skip to content

Commit

Permalink
Skip test_z_diff() if runninga against for osbuild-composer
Browse files Browse the repository at this point in the history
See osbuild/osbuild-composer#903

Related: rhbz#1825190
  • Loading branch information
atodorov authored and bcl committed Aug 3, 2020
1 parent 7b645e4 commit 498dd26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/composer/test_blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ def test_workspace(self):

# XXX MUST COME LAST
# XXX which is what _z_ ensures
@unittest.skipIf(os.getenv("COMPOSER_BACKEND") == "osbuild-composer",
"Skipped for osbuild-composer, see https://github.com/osbuild/osbuild-composer/issues/903")
@unittest.skipUnless(os.path.exists("/run/weldr/api.socket"), "Test requires a running API server")
def test_z_diff(self):
"""blueprints diff"""
Expand Down

0 comments on commit 498dd26

Please sign in to comment.