From b0ed71b79d327fbed17bb582bee8fc0efd3dca39 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 15 Feb 2022 20:47:33 -0500 Subject: [PATCH] fix(plugins/skyline): disable examples while cert is expired [skip ci] --- source/plugins/skyline/examples.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/plugins/skyline/examples.yml b/source/plugins/skyline/examples.yml index 43d5660f..8fab8fa7 100644 --- a/source/plugins/skyline/examples.yml +++ b/source/plugins/skyline/examples.yml @@ -11,4 +11,8 @@ test: timeout: 1800000 modes: - - action \ No newline at end of file + - action + # Workaround while certificate is expired + skip: true + prod: + skip: true \ No newline at end of file