From c93345233e06c173a65a3edcb769c4220386b3bd Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 15 Oct 2019 03:53:57 +0000 Subject: [PATCH] Fix reno typo This fixing the typo in reno - https://review.opendev.org/#/c/687999/8/releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml@4 Change-Id: I1f0f404db3c3841a8bbf76d8560149d00bc692c2 --- releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml b/releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml index d9ef62634d..4842f63c60 100644 --- a/releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml +++ b/releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml @@ -1,6 +1,6 @@ --- fixes: - | - Bug#1847749. This privides the workaround of Skip Exception raised instead of skipping + Bug#1847749. This provides the workaround of Skip Exception raised instead of skipping the CLI tests. If you are running Tempest with stestr > 2.5.0 then use this fix. Ref- https://github.com/testing-cabal/testtools/issues/272