Skip to content

Commit

Permalink
DT-1046: Ignore azure test case for query builder end-to-end test (#1726
Browse files Browse the repository at this point in the history
)
  • Loading branch information
snf2ye authored Dec 20, 2024
1 parent 6cbb79f commit 57bf72b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cypress/integration/queryBuilder.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ const testPlatforms = [
platform: 'Gcp',
datasetName: 'V2F_GWAS_Summary_Statistics',
},
{
platform: 'Azure',
datasetName: 'Azure_V2F_Stats',
},
// Ignoring due to highly variable performance of Synapse
// {
// platform: 'Azure',
// datasetName: 'Azure_V2F_Stats',
// },
];

testPlatforms.forEach((testPlatform) => {
Expand Down

0 comments on commit 57bf72b

Please sign in to comment.