We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335c908 commit 43eac30Copy full SHA for 43eac30
qubes/tests/integ/dom0_update.py
@@ -342,6 +342,7 @@ def test_000_update(self):
342
343
def test_001_update_check(self):
344
"""Check if dom0 updates check works"""
345
+ self.app.domains[0].features["updates-available"] = False
346
filename = self.create_pkg(self.tmpdir, self.pkg_name, "1.0")
347
subprocess.check_call(["rpm", "-i", filename])
348
filename = self.create_pkg(self.tmpdir, self.pkg_name, "2.0")
0 commit comments