23 references to SkipTestException
Aspire.Components.Common.Tests (8)
ConformanceTests.cs (8)
93throw new SkipTestException("Not implemented yet"); 483throw new SkipTestException("Health checks aren't supported."); 491throw new SkipTestException("Does not support Keyed Services"); 499throw new SkipTestException("Tracing is not supported."); 507throw new SkipTestException("Metrics are not supported."); 515throw new SkipTestException("Unable to connect to the server."); 523throw new SkipTestException("Unable to connect to the server."); 531throw new SkipTestException("Named configuration is not supported.");
Aspire.EndToEnd.Tests (1)
IntegrationServicesTests.cs (1)
61throw new SkipTestException($"Skipping 'cosmos' test because the emulator isn't supported on macOS ARM64.");
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (1)
EnrichCosmosDbTests.cs (1)
48throw new SkipTestException("Enrich doesn't use ConnectionString");
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (1)
EnrichSqlServerTests.cs (1)
52throw new SkipTestException("Enrich doesn't use ConnectionString");
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests (1)
EnrichNpgsqlTests.cs (1)
53throw new SkipTestException("Enrich doesn't use ConnectionString");
Aspire.Oracle.EntityFrameworkCore.Tests (1)
EnrichOracleDatabaseTests.cs (1)
53throw new SkipTestException("Enrich doesn't use ConnectionString");
Aspire.Playground.Tests (1)
AppHostTests.cs (1)
300throw new SkipTestException($"No test endpoints found matching filter '{s_appHostNameFilter}'");
Aspire.Pomelo.EntityFrameworkCore.MySql.Tests (1)
EnrichMySqlTests.cs (1)
66throw new SkipTestException("Enrich doesn't use ConnectionString");
Aspire.Qdrant.Client.Tests (1)
AspireQdrantHelpers.cs (1)
19throw new SkipTestException("Unable to connect to the server.");
Aspire.RabbitMQ.Client.Tests (1)
ConformanceTests.cs (1)
122throw new SkipTestException("RabbitMQ connects to localhost by default if the connection information isn't available.");
System.Drawing.Common.Tests (6)
mono\System.Drawing\GraphicsTests.cs (3)
2196throw new SkipTestException("Precision on float numbers"); 2230throw new SkipTestException("Precision on float numbers"); 2275throw new SkipTestException("Precision on float numbers");
System\Drawing\BitmapTests.cs (2)
730throw new SkipTestException("GDI+ 1.1 is not supported"); 736throw new SkipTestException("Arm precision");
System\Drawing\ImageTests.cs (1)
645throw new SkipTestException("This is a known bug for .NET Framework");