Skip to content

Commit

Permalink
test: Fix flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang authored and jkozol committed Dec 9, 2020
1 parent da77319 commit 252913f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ max-complexity = 10

# Specify a list of codes to ignore.
ignore =
C901
C901,
E501

# Per file ignore
per-file-ignores =
Expand Down
1 change: 0 additions & 1 deletion test/verify/check-service
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class TestService(composerlib.ComposerCase):
if (distro == "fedora-32" or distro == "fedora-33"):
m.execute("systemctl disable --now osbuild-local-worker.socket")


def testBasic(self):
b = self.browser

Expand Down
1 change: 0 additions & 1 deletion test/verify/composerlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def setUp(self):
if (distro == "fedora-32" or distro == "fedora-33"):
self.machine.execute("systemctl disable --now osbuild-local-worker.socket")


# push pre-defined blueprint
self.machine.execute(script="""#!/bin/sh
systemctl start osbuild-composer.socket
Expand Down

0 comments on commit 252913f

Please sign in to comment.