Skip to content

Commit

Permalink
[ML] mute qa update test apply issue elastic#86487 (elastic#86488)
Browse files Browse the repository at this point in the history
related: elastic#86487
  • Loading branch information
benwtrent committed May 5, 2022
1 parent 77e9abd commit 96dd93f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ QuestionAnsweringConfigUpdate fromMap(Map<String, Object> map) {
return QuestionAnsweringConfigUpdate.fromMap(map);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/86487")
public void testApply() {
Tokenization tokenizationConfig = randomFrom(
BertTokenizationTests.createRandom(),
Expand Down

0 comments on commit 96dd93f

Please sign in to comment.