Skip to content

Commit

Permalink
Skipping SynapseE2E and Io2
Browse files Browse the repository at this point in the history
  • Loading branch information
KeerthiYandaOS committed Aug 31, 2023
1 parent d032d07 commit b6f0551
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ jobs:
TEST-CLASS: "com.microsoft.azure.synapse.ml.nbtest.DatabricksCPUTests"
databricks-gpu:
TEST-CLASS: "com.microsoft.azure.synapse.ml.nbtest.DatabricksGPUTests"
synapse:
TEST-CLASS: "com.microsoft.azure.synapse.ml.nbtest.SynapseTests"
# TODO: Fix Synapse E2E tests: https://msdata.visualstudio.com/A365/_workitems/edit/2661728
# synapse:
# TEST-CLASS: "com.microsoft.azure.synapse.ml.nbtest.SynapseTests"
# ${{ if eq(parameters.runSynapseExtensionE2ETests, true) }}:
# synapse-internal:
# TEST-CLASS: "com.microsoft.azure.synapse.ml.nbtest.SynapseExtension.SynapseExtensionsTests"
Expand Down Expand Up @@ -688,9 +689,10 @@ jobs:
io1:
PACKAGE: "io.split1"
FLAKY: "true"
io2:
PACKAGE: "io.split2"
FLAKY: "true"
# TODO: Fix Io2 tests: https://msdata.visualstudio.com/A365/_workitems/edit/2661716
# io2:
# PACKAGE: "io.split2"
# FLAKY: "true"
isolationforest:
PACKAGE: "isolationforest"
flaky:
Expand Down

0 comments on commit b6f0551

Please sign in to comment.