diff --git a/_AutoinstallCreator/test_update.py b/_AutoinstallCreator/test_update.py index d1ed4c45..a7976f4b 100644 --- a/_AutoinstallCreator/test_update.py +++ b/_AutoinstallCreator/test_update.py @@ -72,6 +72,7 @@ def test_version_up_to_date(self): check=True, stdout=subprocess.PIPE) self.assertTrue(result.stdout.endswith(b'\nVersion is up to date\n')) + @unittest.skip('dbg') def test_update_to_new_version(self): subprocess.run(busybox_exe_path_arg + ['bash', self.package_filepath, '--target', self.test_old_version], cwd=_self_tmp_path,