File tree Expand file tree Collapse file tree
tests/Microsoft.DotNet.Docker.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,7 +288,9 @@ await WebScenario.GetHttpResponseFromContainerAsync(
288288 /// Verifies that the image can discover a dotnet process
289289 /// in another container via mounting the /tmp directory.
290290 /// </summary>
291- [ LinuxImageTheory ]
291+ // Temporarily disabled because of https://github.com/dotnet/dotnet-docker/issues/7191.
292+ // Re-enable this test when that issue is fixed.
293+ [ LinuxImageTheory ( Skip = "Temporarily disabled because of https://github.com/dotnet/dotnet-docker/issues/7191. Re-enable when that issue is fixed." ) ]
292294 [ MemberData ( nameof ( GetScenarioData ) ) ]
293295 public Task VerifyConnectMode ( ProductImageData imageData , SampleImageData sampleData )
294296 {
@@ -323,7 +325,9 @@ await WebScenario.GetHttpResponseFromContainerAsync(
323325 /// Verifies that the image can listen for dotnet processes
324326 /// in other containers by having them connect to the diagnostic port listener.
325327 /// </summary>
326- [ LinuxImageTheory ]
328+ // Temporarily disabled because of https://github.com/dotnet/dotnet-docker/issues/7191.
329+ // Re-enable this test when that issue is fixed.
330+ [ LinuxImageTheory ( Skip = "Temporarily disabled because of https://github.com/dotnet/dotnet-docker/issues/7191. Re-enable when that issue is fixed." ) ]
327331 [ MemberData ( nameof ( GetScenarioData ) ) ]
328332 public Task VerifyListenMode ( ProductImageData imageData , SampleImageData sampleData )
329333 {
You can’t perform that action at this time.
0 commit comments