Skip to content

Commit

Permalink
chore: 2m timeout for MinIO, skip flakey test (argoproj#7112)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Nov 1, 2021
1 parent af32f57 commit eec8b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hack/port-forward.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pf() {
wait-for() {
set -eu -o pipefail
echo "wait-for $1"
kubectl -n argo wait --timeout 1m --for=condition=Available deploy/$1
kubectl -n argo wait --timeout 2m --for=condition=Available deploy/$1
}

wait-for minio
Expand Down
1 change: 1 addition & 0 deletions test/e2e/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ func (s *CLISuite) TestRoot() {
s.Run("Delete", func() {
s.Given().RunCli([]string{"delete", "@latest"}, fixtures.NoError)
})
s.T().Skip("https://github.com/argoproj/argo-workflows/issues/7111")
s.Run("From", func() {
s.Given().
CronWorkflow("@cron/basic.yaml").
Expand Down

0 comments on commit eec8b88

Please sign in to comment.