Skip to content

Commit f4200c7

Browse files
committed
unmute tests
1 parent 8467ac8 commit f4200c7

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

muted-tests.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,12 @@ tests:
137137
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
138138
method: test {p0=snapshot/10_basic/Create a source only snapshot and then restore it}
139139
issue: https://github.com/elastic/elasticsearch/issues/122755
140-
- class: org.elasticsearch.smoketest.MlWithSecurityIT
141-
method: test {yaml=ml/data_frame_analytics_crud/Test get stats given multiple analytics}
142-
issue: https://github.com/elastic/elasticsearch/issues/123034
143140
- class: org.elasticsearch.indices.recovery.IndexRecoveryIT
144141
method: testSourceThrottling
145142
issue: https://github.com/elastic/elasticsearch/issues/123680
146143
- class: org.elasticsearch.smoketest.MlWithSecurityIT
147144
method: test {yaml=ml/3rd_party_deployment/Test start deployment fails while model download in progress}
148145
issue: https://github.com/elastic/elasticsearch/issues/120814
149-
- class: org.elasticsearch.smoketest.MlWithSecurityIT
150-
method: test {yaml=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable is missing}
151-
issue: https://github.com/elastic/elasticsearch/issues/124168
152146
- class: org.elasticsearch.smoketest.MlWithSecurityIT
153147
method: test {yaml=ml/3rd_party_deployment/Test start and stop multiple deployments}
154148
issue: https://github.com/elastic/elasticsearch/issues/124315
@@ -161,15 +155,6 @@ tests:
161155
- class: org.elasticsearch.packaging.test.BootstrapCheckTests
162156
method: test10Install
163157
issue: https://github.com/elastic/elasticsearch/issues/124957
164-
- class: org.elasticsearch.smoketest.MlWithSecurityIT
165-
method: test {yaml=ml/data_frame_analytics_crud/Test get stats on newly created config}
166-
issue: https://github.com/elastic/elasticsearch/issues/121726
167-
- class: org.elasticsearch.smoketest.MlWithSecurityIT
168-
method: test {yaml=ml/data_frame_analytics_cat_apis/Test cat data frame analytics all jobs with header and column selection}
169-
issue: https://github.com/elastic/elasticsearch/issues/125641
170-
- class: org.elasticsearch.smoketest.MlWithSecurityIT
171-
method: test {yaml=ml/data_frame_analytics_cat_apis/Test cat data frame analytics single job with header}
172-
issue: https://github.com/elastic/elasticsearch/issues/125642
173158
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
174159
method: test {p0=transform/transforms_start_stop/Test schedule_now on an already started transform}
175160
issue: https://github.com/elastic/elasticsearch/issues/120720
@@ -179,9 +164,6 @@ tests:
179164
- class: org.elasticsearch.xpack.core.common.notifications.AbstractAuditorTests
180165
method: testRecreateTemplateWhenDeleted
181166
issue: https://github.com/elastic/elasticsearch/issues/123232
182-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
183-
method: test {p0=ml/start_data_frame_analytics/Test start given dest index is not empty}
184-
issue: https://github.com/elastic/elasticsearch/issues/125909
185167
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
186168
method: test {p0=transform/transforms_stats/Test get transform stats with timeout}
187169
issue: https://github.com/elastic/elasticsearch/issues/125975
@@ -197,15 +179,6 @@ tests:
197179
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
198180
method: test {p0=transform/transforms_stats/Test get transform stats}
199181
issue: https://github.com/elastic/elasticsearch/issues/126270
200-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
201-
method: test {p0=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable cardinality is too low}
202-
issue: https://github.com/elastic/elasticsearch/issues/126299
203-
- class: org.elasticsearch.smoketest.MlWithSecurityIT
204-
method: test {yaml=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable cardinality is too low}
205-
issue: https://github.com/elastic/elasticsearch/issues/123200
206-
- class: org.elasticsearch.smoketest.MlWithSecurityIT
207-
method: test {yaml=ml/trained_model_cat_apis/Test cat trained models}
208-
issue: https://github.com/elastic/elasticsearch/issues/125750
209182
- class: org.elasticsearch.ingest.geoip.EnterpriseGeoIpDownloaderIT
210183
method: testEnterpriseDownloaderTask
211184
issue: https://github.com/elastic/elasticsearch/issues/126124
@@ -245,9 +218,6 @@ tests:
245218
- class: org.elasticsearch.cli.keystore.AddStringKeyStoreCommandTests
246219
method: testStdinWithMultipleValues
247220
issue: https://github.com/elastic/elasticsearch/issues/126882
248-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
249-
method: test {p0=ml/data_frame_analytics_cat_apis/Test cat data frame analytics all jobs with header}
250-
issue: https://github.com/elastic/elasticsearch/issues/127625
251221
- class: org.elasticsearch.xpack.ccr.action.ShardFollowTaskReplicationTests
252222
method: testChangeFollowerHistoryUUID
253223
issue: https://github.com/elastic/elasticsearch/issues/127680
@@ -333,9 +303,6 @@ tests:
333303
- class: org.elasticsearch.packaging.test.DockerTests
334304
method: test171AdditionalCliOptionsAreForwarded
335305
issue: https://github.com/elastic/elasticsearch/issues/120925
336-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
337-
method: test {p0=ml/delete_expired_data/Test delete expired data with body parameters}
338-
issue: https://github.com/elastic/elasticsearch/issues/131364
339306
- class: org.elasticsearch.packaging.test.DockerTests
340307
method: test070BindMountCustomPathConfAndJvmOptions
341308
issue: https://github.com/elastic/elasticsearch/issues/131366

x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DeleteExpiredDataIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public void testDeleteExpiredData_GivenNothingToDelete() throws Exception {
105105
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
106106
}
107107

108-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62699")
109108
public void testDeleteExpiredDataNoThrottle() throws Exception {
110109
testExpiredDeletion(null, 10010);
111110
}
@@ -152,7 +151,6 @@ public void testDeleteExpiredDataActionDeletesEmptyStateIndices() throws Excepti
152151
);
153152
}
154153

155-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62699")
156154
public void testDeleteExpiredDataWithStandardThrottle() throws Exception {
157155
testExpiredDeletion(-1.0f, 100);
158156
}

0 commit comments

Comments
 (0)