Skip to content

Commit

Permalink
test removing first docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoerens committed Jul 17, 2023
1 parent afe8b20 commit d15773f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tests/functional/features/chart_good.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Feature: Chart verification
Examples:
| image_type |
| docker |
| tarball |
| podman |
# | tarball |
# | podman |

Scenario Outline: A chart provider verifies their chart using the chart verifier
Given I would like to use the <type> profile
Expand All @@ -19,7 +19,7 @@ Feature: Chart verification

Examples:
| type | location | helm_chart | report_info |
| partner | tests/charts/psql-service/0.1.8/ | src | partner-report-info.json |
# | partner | tests/charts/psql-service/0.1.8/ | src | partner-report-info.json |
| partner | tests/charts/psql-service/0.1.9/ | psql-service-0.1.9.tgz | partner-report-info.json |
| redhat | tests/charts/psql-service/0.1.8/ | src | redhat-report-info.json |
| redhat | tests/charts/psql-service/0.1.9/ | psql-service-0.1.9.tgz | redhat-report-info.json |
Expand Down

0 comments on commit d15773f

Please sign in to comment.