Skip to content

Commit 8a815b5

Browse files
[nightly] Update dependencies from dotnet/dotnet
1 parent 1b9110c commit 8a815b5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

tests/Microsoft.DotNet.Docker.Tests/MonitorImageTests.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)