Skip to content

Commit

Permalink
uncomment extension tests in pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
niehaus59 committed Oct 20, 2023
1 parent a912626 commit 65dbe59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ jobs:
TEST-CLASS: "com.microsoft.azure.synapse.ml.nbtest.DatabricksGPUTests"
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"
${{ if eq(parameters.runSynapseExtensionE2ETests, true) }}:
synapse-internal:
TEST-CLASS: "com.microsoft.azure.synapse.ml.nbtest.SynapseExtension.SynapseExtensionsTests"
steps:
#- template: templates/ivy_cache.yml
- template: templates/update_cli.yml
Expand Down

0 comments on commit 65dbe59

Please sign in to comment.