From 358259b5a8839df87c83730ba011ddf756cd8afc Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 9 Nov 2020 07:41:34 -0700 Subject: [PATCH] Reenable 'exec' test on remote It was 'skip'ped due to frequent flakes (#7241). I just tried running the 7241 reproducer on my laptop for one hour, and saw no failures, so let's reenable this in CI and see if it comes back. I really hate problems that "go away" on their own without being explicitly acknowledged and fixed. Signed-off-by: Ed Santiago --- test/system/075-exec.bats | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats index edd7dedc4396..19b4c1afca07 100644 --- a/test/system/075-exec.bats +++ b/test/system/075-exec.bats @@ -6,8 +6,6 @@ load helpers @test "podman exec - basic test" { - skip_if_remote "FIXME: pending #7241" - rand_filename=$(random_string 20) rand_content=$(random_string 50)