Skip to content

Commit 9090b5e

Browse files
committed
Remove MySql.Data 8 tests.
These currently appear to be hanging on Azure Pipelines.
1 parent 1a42548 commit 9090b5e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

azure-pipelines.yml

-10
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ jobs:
6666
continueOnError: true
6767
env:
6868
ConnectionString: $(ConnectionString)
69-
- task: DotNetCoreCLI@2
70-
displayName: MySql.Data 8
71-
inputs:
72-
command: 'test'
73-
workingDirectory: tests/MySqlData8.Tests
74-
publishTestResults: false
75-
arguments: '--logger "trx;LogFileName=$(Build.ArtifactStagingDirectory)/MySqlData8.Tests.trx"'
76-
continueOnError: true
77-
env:
78-
ConnectionString: $(ConnectionString)
7969
- task: PublishPipelineArtifact@0
8070
inputs:
8171
artifactName: MySQL

0 commit comments

Comments
 (0)