diff options
| -rw-r--r-- | .azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index dcf2f6155af..352269b0835 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -465,10 +465,10 @@ stages: TEST_PY_TEST_SPEC: "not sleep" vexpress_fvp: TEST_PY_BD: "vexpress_fvp" - TEST_PY_TEST_SPEC: "not sleep and not hostfs" + TEST_PY_TEST_SPEC: "not sleep and not semihosting" vexpress_fvp_bloblist: TEST_PY_BD: "vexpress_fvp_bloblist" - TEST_PY_TEST_SPEC: "not sleep and not hostfs" + TEST_PY_TEST_SPEC: "not sleep and not semihosting" integratorcp_cm926ejs: TEST_PY_BD: "integratorcp_cm926ejs" TEST_PY_ID: "--id qemu" |
