Skip to content

Commit

Permalink
Fix the test version in highlighters test (#59515)
Browse files Browse the repository at this point in the history
This was supposed to be done after the backport but was missed.

Related to #53408
  • Loading branch information
mayya-sharipova committed Jul 14, 2020
1 parent 1fe0ba7 commit b130a1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setup:
---
"Plain Highligher should skip highlighting ignored keyword values":
- skip:
version: " - 7.9.99"
version: " - 7.6.99"
reason: "skip highlighting of ignored values was introduced in 7.7"
- do:
search:
Expand All @@ -45,7 +45,7 @@ setup:
---
"Unified Highligher should skip highlighting ignored keyword values":
- skip:
version: " - 7.9.99"
version: " - 7.6.99"
reason: "skip highlighting of ignored values was introduced in 7.7"
- do:
search:
Expand Down

0 comments on commit b130a1b

Please sign in to comment.