Skip to content

Commit 5866d8e

Browse files
committed
Remove --ignored from CI
1 parent 55e5623 commit 5866d8e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ci/azure-test-all.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,3 @@ steps:
2626
# fix the link errors.
2727
- bash: cargo test --features 'deny-warnings curl/force-system-lib-on-osx'
2828
displayName: "cargo test"
29-
30-
# Run any tests that have been marked ignore.
31-
#
32-
# `--include-ignored` is only supported on nightly so far, so we have to call
33-
# this separately for now.
34-
- bash: cargo test --features 'deny-warnings curl/force-system-lib-on-osx' -- --ignored
35-
displayName: "cargo test -- --ignored"

0 commit comments

Comments
 (0)