From ffff0d76d83fbf4d5ed9ec185a864a63c7965792 Mon Sep 17 00:00:00 2001
From: Saqib Ali <saqali@redhat.com>
Date: Tue, 20 Jul 2021 12:22:43 -0400
Subject: [PATCH] docs/kola.md: updated example with snooze_until

---
 docs/kola.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/kola.md b/docs/kola.md
index 1942b021c1..191ebc88c2 100644
--- a/docs/kola.md
+++ b/docs/kola.md
@@ -66,6 +66,9 @@ Example format of the file:
     # If no streams are specified, test will be skipped on all streams
     - stream1
     - stream2
+  # The test will only be skipped until this date (will resume on the date)
+  # Format: YYYY-MM-DD
+  snooze: 2021-07-20
   arches:
     # This test will be skipped on these arches
     # If no arches are specified, test will be skipped on all arches