mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[TEST] Removed skip regex sections as all the runners implemented the feature
This commit is contained in:
parent
5a2d195eb7
commit
34e9f8e83b
@ -1,8 +1,3 @@
|
|||||||
---
|
|
||||||
setup:
|
|
||||||
- skip:
|
|
||||||
features: regex
|
|
||||||
|
|
||||||
---
|
---
|
||||||
"Help":
|
"Help":
|
||||||
- do:
|
- do:
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
---
|
|
||||||
setup:
|
|
||||||
- skip:
|
|
||||||
features: regex
|
|
||||||
|
|
||||||
---
|
---
|
||||||
"Help":
|
"Help":
|
||||||
- do:
|
- do:
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
---
|
|
||||||
setup:
|
|
||||||
- skip:
|
|
||||||
features: regex
|
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test cat count help":
|
"Test cat count help":
|
||||||
- do:
|
- do:
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
---
|
|
||||||
setup:
|
|
||||||
- skip:
|
|
||||||
features: regex
|
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test cat recovery output":
|
"Test cat recovery output":
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
---
|
|
||||||
setup:
|
|
||||||
- skip:
|
|
||||||
features: regex
|
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test cat shards output":
|
"Test cat shards output":
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
---
|
|
||||||
setup:
|
|
||||||
- skip:
|
|
||||||
features: regex
|
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test cat thread_pool output":
|
"Test cat thread_pool output":
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
public final class Features {
|
public final class Features {
|
||||||
|
|
||||||
private static final List<String> SUPPORTED = Lists.newArrayList("regex", "gtelte");
|
private static final List<String> SUPPORTED = Lists.newArrayList("gtelte");
|
||||||
|
|
||||||
private Features() {
|
private Features() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user