Skip to content

Commit 8fe2f3e

Browse files
fix: use correct class
1 parent e72b3a8 commit 8fe2f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

muted-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ tests:
143143
- class: org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT
144144
method: test {p0=data_stream/120_data_streams_stats/Multiple data stream}
145145
issue: https://github.com/elastic/elasticsearch/issues/118217
146-
- class: org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT
146+
- class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT
147147
method: test {p0=update/100_synthetic_source/keyword}
148-
- class: org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT
148+
- class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT
149149
method: test {p0=update/100_synthetic_source/stored text}
150150
- class: org.elasticsearch.action.search.SearchQueryThenFetchAsyncActionTests
151151
method: testBottomFieldSort

0 commit comments

Comments
 (0)