Skip to content

Commit

Permalink
Test to remove
Browse files Browse the repository at this point in the history
Testing if the test runner detect only the curl changes and test only this test
and not the others
  • Loading branch information
chmouel committed Jun 23, 2020
1 parent d7230af commit bdf8b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions curl/tests/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
params:
- name: url
value: "www.google.com"
value: "www.bing.com"
- name: options
value:
- "-i"
Expand All @@ -20,6 +20,6 @@ metadata:
spec:
params:
- name: url
value: "www.google.com"
value: "www.bing.com"
taskRef:
name: curl
2 changes: 1 addition & 1 deletion wget/tests/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
params:
- name: url
value: "www.google.com"
value: "www.linux.com"
- name: diroptions
value:
- "-P"
Expand Down

0 comments on commit bdf8b50

Please sign in to comment.