Skip to content

Commit aee8324

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 dd01384 commit aee8324

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
@@ -137,4 +137,4 @@ Feature: Create the different workloads from Add page
137137
Examples:
138138
| card_name | form_header | workload_name |
139139
| Httpd | Create Sample application | httpd-sample |
140-
| Basic Go | Import from Git | go-basic |
140+
# | 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)