File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests/DataCommon Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -470,6 +470,8 @@ public static bool IsEnclaveAzureDatabaseSetup()
470470
471471 public static bool IsNotAzureSynapse ( ) => ! IsAzureSynapse ;
472472
473+ public static bool IsNotManagedInstance ( ) => ! IsManagedInstance ;
474+
473475 // Synapse: UDT Test Database not compatible with Azure Synapse.
474476 public static bool IsUdtTestDatabasePresent ( ) => IsDatabasePresent ( UdtTestDbName ) && IsNotAzureSynapse ( ) ;
475477
@@ -1291,7 +1293,7 @@ protected virtual void OnMatchingEventWritten(EventWrittenEventArgs eventData)
12911293
12921294 #nullable enable
12931295
1294- public readonly ref struct XEventScope : IDisposable
1296+ public readonly ref struct XEventScope // IDisposable
12951297 {
12961298 #region Private Fields
12971299
You can’t perform that action at this time.
0 commit comments