Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Nov 15, 2024
1 parent cc77ae2 commit dd50554
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

# env:
# MSBUILDDISABLENODEREUSE: 1

jobs:
build_and_test:
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit dd50554

Please sign in to comment.