From a6af67ca90b95160e083a4917900aec3a74a76a8 Mon Sep 17 00:00:00 2001
From: Chris Evich <cevich@redhat.com>
Date: Mon, 15 Aug 2022 12:06:04 -0400
Subject: Cirrus: Update podman-machine comment

Replace TODO comment with helpful hint for future maintainers.

Signed-off-by: Chris Evich <cevich@redhat.com>
---
 contrib/cirrus/runner.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'contrib/cirrus')

diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh
index 35ecfd4ff..6b2d123f2 100755
--- a/contrib/cirrus/runner.sh
+++ b/contrib/cirrus/runner.sh
@@ -398,9 +398,7 @@ dotest() {
 }
 
 _run_machine() {
-    # TODO: This is a manually-triggered task, if that ever changes need to
-    # add something like:
-    # _bail_if_test_can_be_skipped docs test/e2e test/system test/python
+    # N/B: Can't use _bail_if_test_can_be_skipped here b/c content isn't under test/
     make localmachine |& logformatter
 }
 
-- 
cgit v1.2.3-54-g00ecf