You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MakeConst VB and C# tests in our samples directory both have no tests in them. This means xunit runs very fast on the assemblies and appears to expose the following bug in EventListener
This is causing our Jenkins runs to incorrectly fail. As a result I'm taking them out of the runs for now. These projects should either be updated to have tests or simply deleted altogether.
The text was updated successfully, but these errors were encountered:
These unit test assemblies don't actually have any tests in them. Running a DLL with no tests is exposing a bug in CoreFX and causing our Jenkins runs to fail. Disabling them for now.
Issue dotnet#5918 is tracking this.
The MakeConst VB and C# tests in our samples directory both have no tests in them. This means xunit runs very fast on the assemblies and appears to expose the following bug in EventListener
https://github.com/dotnet/corefx/issues/3793
This is causing our Jenkins runs to incorrectly fail. As a result I'm taking them out of the runs for now. These projects should either be updated to have tests or simply deleted altogether.
The text was updated successfully, but these errors were encountered: