We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--ignored
1 parent 55e5623 commit 5866d8eCopy full SHA for 5866d8e
ci/azure-test-all.yml
@@ -26,10 +26,3 @@ steps:
26
# fix the link errors.
27
- bash: cargo test --features 'deny-warnings curl/force-system-lib-on-osx'
28
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