diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76183a2aa..ade8176a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,6 @@ concurrency: group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true -# env: -# MSBUILDDISABLENODEREUSE: 1 - jobs: build_and_test: strategy: diff --git a/tests/IceRpc.Tests/Transports/Tcp/TcpTransportConformanceTests.cs b/tests/IceRpc.Tests/Transports/Tcp/TcpTransportConformanceTests.cs index 11250c293..a46af69a1 100644 --- a/tests/IceRpc.Tests/Transports/Tcp/TcpTransportConformanceTests.cs +++ b/tests/IceRpc.Tests/Transports/Tcp/TcpTransportConformanceTests.cs @@ -52,6 +52,7 @@ internal class Ipv6SupportFixture public static void FixtureSetUp() { + // TODO: remove this if check once https://github.com/dotnet/runtime/issues/102663 makes it to 8.0 if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX)) { Assert.Ignore("IPv6 is not supported on macOS");