Skip to content

Commit 11d3518

Browse files
[SqlClient] Add link to ARM64 issue (open-telemetry#2833)
1 parent 5ee7ab5 commit 11d3518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/OpenTelemetry.Instrumentation.SqlClient.Tests/SqlClientIntegrationTestsFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace OpenTelemetry.Instrumentation.SqlClient.Tests;
1212
public sealed class SqlClientIntegrationTestsFixture : IAsyncLifetime
1313
{
1414
// The Microsoft SQL Server Docker image is not compatible with ARM devices, such as Macs with Apple Silicon.
15+
// See https://github.com/microsoft/mssql-docker/issues/881.
1516
public IContainer DatabaseContainer { get; } = Architecture.Arm64.Equals(RuntimeInformation.ProcessArchitecture) ? CreateSqlEdge() : CreateMsSql();
1617

1718
public Task InitializeAsync()

0 commit comments

Comments
 (0)