Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# will return a task immediately and the clone operation will run in background.

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.6.99"
reason: "wait_for_completion was introduced in 2.7.0"
features: allowed_warnings

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# will return a task immediately and the open operation will run in background.

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.6.99"
reason: "wait_for_completion was introduced in 2.7.0"
features: allowed_warnings

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# will return a task immediately and the shrink operation will run in background.

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.6.99"
reason: "wait_for_completion was introduced in 2.7.0"
features: allowed_warnings

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# will return a task immediately and the split operation will run in background.

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.6.99"
reason: "wait_for_completion was introduced in 2.7.0"
features: allowed_warnings

- do:
Expand Down