From 5866d8eb2ee00abb395a593f2f79569db3001012 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Tue, 30 Jul 2019 09:32:00 +0200 Subject: [PATCH] Remove ``--ignored`` from CI --- ci/azure-test-all.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci/azure-test-all.yml b/ci/azure-test-all.yml index df700161c63..626858431e8 100644 --- a/ci/azure-test-all.yml +++ b/ci/azure-test-all.yml @@ -26,10 +26,3 @@ steps: # fix the link errors. - bash: cargo test --features 'deny-warnings curl/force-system-lib-on-osx' displayName: "cargo test" - -# Run any tests that have been marked ignore. -# -# `--include-ignored` is only supported on nightly so far, so we have to call -# this separately for now. -- bash: cargo test --features 'deny-warnings curl/force-system-lib-on-osx' -- --ignored - displayName: "cargo test -- --ignored"