Skip to content

CSharpFormatting.PasteCodeWithLambdaBody3 integration test flakiness #21559

Closed
@dpoeschl

Description

@dpoeschl

https://ci.dot.net/job/dotnet_roslyn/job/master/job/windows_release_vs-integration_prtest/7111/artifact/Binaries/Release/UnitTests/VisualStudioIntegrationTests/xUnitResults/Roslyn.VisualStudio.IntegrationTests.dll.out.log

Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpFormatting.PasteCodeWithLambdaBody3
      Assert.Contains() Failure
      Not found: 
      using System;
      class Program
      {
          static void Main()
          {
              Action a = () =>
              {
                  using (null)
                  {
                      D d = delegate (int x)
                      {
                          return 2 * x;
                      };
                  }
              };
          }
      }
      In value:  
      using System;
      class Program
      {
          static void Main()
          {
              Action a = () =>
              {
                  using (null)
                  {
      
                  }
              };
          }
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions