Skip to content

Commit 42a81be

Browse files
authored
V13 hotfix sqlserver integration tests (#18744)
* Disabled encrypt * Skips integration tests for SQl Server on releases * Removed encrypt
1 parent 9284b9e commit 42a81be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,9 @@ stages:
338338
# Integration Tests (SQL Server)
339339
- job:
340340
timeoutInMinutes: 120
341-
condition: or(eq(stageDependencies.Build.A.outputs['build.NBGV_PublicRelease'], 'True'), ${{parameters.sqlServerIntegrationTests}})
341+
# We are currently encountering issues when running SQL Server Linux tests Microsoft.Data.SqlClient.SqlException (0x80131904)
342+
# condition: or(eq(stageDependencies.Build.A.outputs['build.NBGV_PublicRelease'], 'True'), ${{parameters.sqlServerIntegrationTests}})
343+
condition: eq(${{parameters.sqlServerIntegrationTests}}, True)
342344
displayName: Integration Tests (SQL Server)
343345
strategy:
344346
matrix:

0 commit comments

Comments
 (0)