Skip to content

Commit

Permalink
Merge pull request #73978 from dotnet/merges/release/dev17.6-to-relea…
Browse files Browse the repository at this point in the history
…se/dev17.8

Merge release/dev17.6 to release/dev17.8
  • Loading branch information
dotnet-bot authored Jun 13, 2024
2 parents 63a620c + 074c7c1 commit 014f916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/InternalTools.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
https://devdiv.pkgs.visualstudio.com/_packaging/Engineering/nuget/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
</RestoreSources>
<RestoreSources>
<RestoreSources>
$(RestoreSources);
https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json
</RestoreSources>
Expand Down
2 changes: 1 addition & 1 deletion src/Compilers/CSharp/Test/EndToEnd/EndToEndTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ bool runTestAndCatch(int depth)
// This test is a canary attempting to make sure that we don't regress the # of fluent calls that
// the compiler can handle.
[WorkItem(16669, "https://github.com/dotnet/roslyn/issues/16669")]
[ConditionalFact(typeof(WindowsOrLinuxOnly)), WorkItem(34880, "https://github.com/dotnet/roslyn/issues/34880")]
[ConditionalFact(typeof(WindowsOrLinuxOnly), AlwaysSkip = "https://github.com/dotnet/roslyn/issues/67912"), WorkItem(34880, "https://github.com/dotnet/roslyn/issues/34880")]
public void OverflowOnFluentCall()
{
int numberFluentCalls = (IntPtr.Size, ExecutionConditionUtil.Configuration) switch
Expand Down

0 comments on commit 014f916

Please sign in to comment.