Commit 977a6fd
Only run cleanup if patterned_text is enabled (elastic#134734)
Fix issue where test methods aren't run enable patterned_text feature flag is not enabled, so index delete in cleanup method fails.1 parent 68e74ff commit 977a6fd
File tree
2 files changed
+5
-1
lines changed- x-pack/plugin/logsdb/src
- javaRestTest/java/org/elasticsearch/xpack/logsdb/patternedtext
- test/java/org/elasticsearch/xpack/logsdb/patternedtext
2 files changed
+5
-1
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments