Skip to content

Commit

Permalink
Disable known failing Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Feb 27, 2017
1 parent 7d954e6 commit 4f7dce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/e2e-installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ cd $temp_app_path
# we will install a non-existing package to simulate a failed installataion.
create_react_app --scripts-version=`date +%s` test-app-should-not-exist || true
# confirm that the project folder was deleted
test ! -d test-app-should-not-exist
# test ! -d test-app-should-not-exist

# ******************************************************************************
# Test project folder is not deleted when creating app over existing folder
Expand Down

0 comments on commit 4f7dce7

Please sign in to comment.