File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/EFCore.SqlServer.FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ await context.Database.CreateExecutionStrategy().ExecuteAsync(
110
110
[ SqlServerCondition ( SqlServerCondition . IsNotCI ) ]
111
111
public class SqlServerDatabaseCreatorEnsureDeletedTest : SqlServerDatabaseCreatorTestBase
112
112
{
113
- [ ConditionalTheory ]
113
+ [ ConditionalTheory ( Skip = "#36578" ) ]
114
114
[ InlineData ( true , true , true ) ]
115
115
[ InlineData ( false , false , true ) ]
116
116
[ InlineData ( true , false , false ) ]
@@ -435,7 +435,7 @@ await GetExecutionStrategy(testDatabase).ExecuteAsync(
435
435
[ SqlServerCondition ( SqlServerCondition . IsNotCI ) ]
436
436
public class SqlServerDatabaseCreatorDeleteTest : SqlServerDatabaseCreatorTestBase
437
437
{
438
- [ ConditionalTheory ]
438
+ [ ConditionalTheory ( Skip = "#36578" ) ]
439
439
[ InlineData ( true , true ) ]
440
440
[ InlineData ( false , false ) ]
441
441
public static async Task Deletes_database( bool async , bool ambientTransaction )
You can’t perform that action at this time.
0 commit comments