mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 19:31:55 +00:00
Don't excuse.force() on skiptest hint
This commit is contained in:
parent
6252826fad
commit
cb716e3186
@ -291,7 +291,6 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
excuse.addreason('skiptest')
|
||||
excuse.addhtml("Should wait for tests relating to %s %s, but forced by %s" %
|
||||
(source_name, source_data_srcdist.version, hints[0].user))
|
||||
excuse.force()
|
||||
verdict = PolicyVerdict.PASS_HINTED
|
||||
else:
|
||||
excuse.addreason('autopkgtest')
|
||||
|
@ -1855,7 +1855,7 @@ class T(TestBase):
|
||||
}),
|
||||
},
|
||||
{'green': [('old-version', '1'), ('new-version', '2'),
|
||||
('forced-reason', 'skiptest'),
|
||||
('reason', 'skiptest'),
|
||||
('excuses', 'Should wait for tests relating to green 2, but forced by autopkgtest')]
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user