Skip to content

Commit 7d9a2c6

Browse files
committed
Merge branch 'release/13.8.0' into v13/dev
# Conflicts: # version.json
2 parents 3c8a621 + a486d5d commit 7d9a2c6

File tree

5 files changed

+2894
-2869
lines changed

5 files changed

+2894
-2869
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)