Skip to content

Commit f4c85fe

Browse files
test: skip to let peple know, this test was thought of
1 parent d7a81fd commit f4c85fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Testcontainers.Tests/Unit/Configurations/HostTcpPortWaitStrategyTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public async Task HostTcpPortWaitStrategyIsSucceeded()
4848
/// Verifies that the Wait fails when the port is mapped but not listening.
4949
/// This test might fail in docker configurations where mapped ports are always listened eg. DockerForMac (https://forums.docker.com/t/port-forwarding-of-exposed-ports-behaves-unexpectedly/15807/2)
5050
/// </summary>
51-
[Fact]
51+
[Fact(Skip = "The GitHub Action runner allows establishing a connection to any mapped port.")]
5252
public async Task HostTcpPortWaitStrategyFailsWhenPortNotListening()
5353
{
5454
var hostPortWaitStrategy = new HostTcpPortWaitStrategy(mappedPort);

0 commit comments

Comments
 (0)