Skip to content

Commit dc49df8

Browse files
committed
NO-JIRA: Disable Devfile test
I get this problem in a sandbox cluster too (4.20.14): Import is not possible. Failed to parse devfile: mkdir docker: permission denied
1 parent 3190161 commit dc49df8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/packages/dev-console/integration-tests/features/e2e/add-flow-ci.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ Feature: Create the different workloads from Add page
136136
Examples:
137137
| card_name | form_header | workload_name |
138138
| Httpd | Create Sample application | httpd-sample |
139-
| Basic Go | Import from Git | go-basic |
139+
# | Basic Go | Import from Git | go-basic |

frontend/packages/dev-console/integration-tests/features/getting-started/sample-card-add-page.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Feature: Create Sample Application
2929
Examples:
3030
| card_name | form_header | workload_name |
3131
| Httpd | Create Sample application | httpd-sample |
32-
| Basic Go | Import from Git | go-basic |
32+
# | Basic Go | Import from Git | go-basic |
3333

3434

3535
@regression @to-do

0 commit comments

Comments
 (0)