Skip to content

Commit

Permalink
fix ignore failing api service test
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Dec 19, 2019
1 parent ab5eac9 commit 6977067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/ignore_failing_api_services_flag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ spec:
"name": "v1.dummykapptest",
"namespace": "(cluster)",
"owner": "kapp",
"reconcile_info": "",
"reconcile_state": "ok",
"reconcile_info": "Condition Available is not True\n(False)",
"reconcile_state": "ongoing",
}, {
"age": "<replaced>",
"conditions": "",
Expand Down

0 comments on commit 6977067

Please sign in to comment.