-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable tests following the net10 transition #44931
Conversation
…abling tests that were previously disabled for that.
@dotnet/sdk-container-builds-maintainers this is reenabling all container tests that were disabled during the net10 transition. A bunch are still failing but only on the linux leg. What needs to be done for these? Should they be marked as windows only for now? |
Looking into this |
…does some stuff with packages that I couldn't find way around. The fix is not nice, but we need at least some tests for now, before we can return to a proper state - e.g. when the container images for net10.0 are ready.
@dotnet/sdk-container-builds-maintainers can someone review the changes to the container tests and then I can merge? |
test/Microsoft.NET.Build.Containers.IntegrationTests/EndToEndTests.cs
Outdated
Show resolved
Hide resolved
test/Microsoft.NET.Build.Containers.IntegrationTests/CreateNewImageTests.cs
Outdated
Show resolved
Hide resolved
test/Microsoft.NET.Build.Containers.IntegrationTests/EndToEndTests.cs
Outdated
Show resolved
Hide resolved
test/Microsoft.NET.Build.Containers.IntegrationTests/EndToEndTests.cs
Outdated
Show resolved
Hide resolved
test/Microsoft.NET.Build.Containers.IntegrationTests/EndToEndTests.cs
Outdated
Show resolved
Hide resolved
@marcpopMSFT the PR is ready to merge |
Now that all of the .NET 10 planned authoring is done, let's try reenabling tests that were previously disabled for that. More changes may be required but starting with just trying to run them as is.