Skip to content

Commit

Permalink
Remove MySql.Data 8 tests.
Browse files Browse the repository at this point in the history
These currently appear to be hanging on Azure Pipelines.
  • Loading branch information
bgrainger committed Nov 18, 2023
1 parent 1a42548 commit 9090b5e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@ jobs:
continueOnError: true
env:
ConnectionString: $(ConnectionString)
- task: DotNetCoreCLI@2
displayName: MySql.Data 8
inputs:
command: 'test'
workingDirectory: tests/MySqlData8.Tests
publishTestResults: false
arguments: '--logger "trx;LogFileName=$(Build.ArtifactStagingDirectory)/MySqlData8.Tests.trx"'
continueOnError: true
env:
ConnectionString: $(ConnectionString)
- task: PublishPipelineArtifact@0
inputs:
artifactName: MySQL
Expand Down

0 comments on commit 9090b5e

Please sign in to comment.