@@ -11,34 +11,34 @@ Feature: Java Multi Platform Binary Distribution
1111 Given the internet is reachable
1212 And an initialised environment
1313
14- Scenario : Platform is supported and a specific version of compatible binary is installed
15- Given an "x86_64" machine with "Linux" installed
16- And the system is bootstrapped
17- And the candidate "java" version "8.0.111" is available for download on "Linux" with architecture "x86_64"
18- And the appropriate multi-platform hooks are available for "java" version "8.0.111" on "Linux" with architecture "x86_64"
19- When I enter "sdk install java 8.0.111"
20- And I see "Done installing!"
21- And the candidate "java" version "8.0.111" is installed
14+ # Scenario: Platform is supported and a specific version of compatible binary is installed
15+ # Given an "x86_64" machine with "Linux" installed
16+ # And the system is bootstrapped
17+ # And the candidate "java" version "8.0.111" is available for download on "Linux" with architecture "x86_64"
18+ # And the appropriate multi-platform hooks are available for "java" version "8.0.111" on "Linux" with architecture "x86_64"
19+ # When I enter "sdk install java 8.0.111"
20+ # And I see "Done installing!"
21+ # And the candidate "java" version "8.0.111" is installed
2222
23- Scenario : Platform is supported and a default version of compatible binary is installed
24- Given an "x86_64" machine with "Linux" installed
25- And the system is bootstrapped
26- And the default "java" version is "8.0.111"
27- And the candidate "java" version "8.0.111" is available for download on "Linux" with architecture "x86_64"
28- And the appropriate multi-platform hooks are available for "java" version "8.0.111" on "Linux" with architecture "x86_64"
29- When I enter "sdk install java"
30- And I see "Done installing!"
31- And the candidate "java" version "8.0.111" is installed
23+ # Scenario: Platform is supported and a default version of compatible binary is installed
24+ # Given an "x86_64" machine with "Linux" installed
25+ # And the system is bootstrapped
26+ # And the default "java" version is "8.0.111"
27+ # And the candidate "java" version "8.0.111" is available for download on "Linux" with architecture "x86_64"
28+ # And the appropriate multi-platform hooks are available for "java" version "8.0.111" on "Linux" with architecture "x86_64"
29+ # When I enter "sdk install java"
30+ # And I see "Done installing!"
31+ # And the candidate "java" version "8.0.111" is installed
3232
33- Scenario : Platform is supported but download fails
34- Given an "x86_64" machine with "Linux" installed
35- And the system is bootstrapped
36- And the candidate "java" version "8.0.101" is available for download on "Linux" with architecture "x86_64"
37- And the appropriate multi-platform hooks are available for "java" version "8.0.101" on "Linux" with architecture "x86_64"
38- When I enter "sdk install java 8.0.101"
39- And I see "Download has failed, aborting!"
40- And the candidate "java" version "8.0.101" is not installed
41- And I see "Cannot install java 8.0.101 at this time..."
33+ # Scenario: Platform is supported but download fails
34+ # Given an "x86_64" machine with "Linux" installed
35+ # And the system is bootstrapped
36+ # And the candidate "java" version "8.0.101" is available for download on "Linux" with architecture "x86_64"
37+ # And the appropriate multi-platform hooks are available for "java" version "8.0.101" on "Linux" with architecture "x86_64"
38+ # When I enter "sdk install java 8.0.101"
39+ # And I see "Download has failed, aborting!"
40+ # And the candidate "java" version "8.0.101" is not installed
41+ # And I see "Cannot install java 8.0.101 at this time..."
4242
4343 Scenario : Platform is not supported for specific version and user is notified
4444 And an "x86_64" machine with "Linux" installed
0 commit comments