File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ public void ExecuteBatch(string suffix)
217
217
}
218
218
}
219
219
220
- [ Fact ]
220
+ [ Fact ( Skip = "COM_MULTI" ) ]
221
221
public void ExecuteInvalidSqlBatch ( )
222
222
{
223
223
using ( var connection = new MySqlConnection ( AppConfig . ConnectionString ) )
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ public void CancelBatchBeforeRead()
517
517
}
518
518
}
519
519
520
- [ SkippableFact ( ServerFeatures . Timeout ) ]
520
+ [ SkippableFact ( ServerFeatures . Timeout , Skip = "COM_MULTI" ) ]
521
521
public void CancelMultiCommandBatchReader ( )
522
522
{
523
523
using ( var barrier = new Barrier ( 2 ) )
@@ -696,7 +696,7 @@ public async Task CancelHugeQueryBatchWithTokenAfterExecuteReader()
696
696
}
697
697
}
698
698
699
- [ SkippableFact ( ServerFeatures . Timeout ) ]
699
+ [ SkippableFact ( ServerFeatures . Timeout , Skip = "COM_MULTI" ) ]
700
700
public async Task CancelHugeQueryBatchWithTokenInNextResult ( )
701
701
{
702
702
using ( var batch = new MySqlBatch ( m_database . Connection )
@@ -810,7 +810,7 @@ public async Task CancelSlowQueryBatchWithTokenAfterNextResult()
810
810
}
811
811
}
812
812
813
- [ SkippableFact ( ServerFeatures . Timeout ) ]
813
+ [ SkippableFact ( ServerFeatures . Timeout , Skip = "COM_MULTI" ) ]
814
814
public async Task CancelMultiStatementBatchInRead ( )
815
815
{
816
816
using ( var batch = new MySqlBatch ( m_database . Connection )
You can’t perform that action at this time.
0 commit comments