Remove failing acceptance test

This commit is contained in:
Pedro Piñera 2021-12-23 07:49:40 +01:00
parent ead0a13377
commit 3811e40490
1 changed files with 1 additions and 8 deletions

View File

@ -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