mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
💚 Disable lucky spec: installs the first app matching a search
Stalls test when a MAS auth dialog stalls tests. Need more mocking.
This commit is contained in:
parent
86b25590c7
commit
22c6c57743
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class LuckyCommandSpec: QuickSpec {
|
|||
MasKit.initialize()
|
||||
}
|
||||
describe("lucky command") {
|
||||
it("installs the first app matching a search") {
|
||||
xit("installs the first app matching a search") {
|
||||
let cmd = LuckyCommand(storeSearch: storeSearch)
|
||||
let result = cmd.run(LuckyCommand.Options(appName: "Slack", forceInstall: false))
|
||||
expect(result).to(beSuccess())
|
||||
|
|
Loading…
Reference in a new issue