From e762315daf5bd28332a008c06cd950418d9267d0 Mon Sep 17 00:00:00 2001 From: apostasie Date: Wed, 18 Sep 2024 16:09:30 -0700 Subject: [PATCH] Testing random things on the CI Signed-off-by: apostasie --- cmd/nerdctl/container/container_run_windows_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/nerdctl/container/container_run_windows_test.go b/cmd/nerdctl/container/container_run_windows_test.go index 2b63a4f215c..ddce6acbcce 100644 --- a/cmd/nerdctl/container/container_run_windows_test.go +++ b/cmd/nerdctl/container/container_run_windows_test.go @@ -119,6 +119,7 @@ func TestRunProcessContainerWithDevice(t *testing.T) { } func TestRunWithTtyAndDetached(t *testing.T) { + fmt.Println("> Is this always failing now?") base := testutil.NewBase(t) imageName := testutil.CommonImage withTtyContainerName := "with-terminal-" + testutil.Identifier(t)