Remove failing acceptance test
This commit is contained in:
parent
ead0a13377
commit
3811e40490
|
@ -43,11 +43,4 @@ Scenario: The project is a macOS app with extensions (macos_app_with_extensions)
|
|||
Then I copy the fixture macos_app_with_extensions into the working directory
|
||||
Then I install the Workflow extensions SDK
|
||||
Then tuist generates the project
|
||||
Then I should be able to build for macOS the scheme App
|
||||
|
||||
Scenario: The project is an tvOS application with UITests (tvos_app_with_uitest)
|
||||
Given that tuist is available
|
||||
And I have a working directory
|
||||
Then I copy the fixture tvos_app_with_uitest into the working directory
|
||||
Then tuist generates the project
|
||||
Then I should be able to test for tvOS the scheme AppUITests
|
||||
Then I should be able to build for macOS the scheme App
|
Loading…
Reference in New Issue