mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
Disable IndexUpgradeIT.testIndexUpgradeInfo and testIndexUpgradeInfoLicense for now.
Relates elastic/x-pack-elasticsearch#3921 Original commit: elastic/x-pack-elasticsearch@a32e8fd557
This commit is contained in:
parent
20503a997f
commit
8dbd1fd2cd
@ -37,6 +37,7 @@ public class IndexUpgradeIT extends IndexUpgradeIntegTestCase {
|
||||
enableLicensing();
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/x-pack-elasticsearch/issues/3921")
|
||||
public void testIndexUpgradeInfo() {
|
||||
// Testing only negative case here, the positive test is done in bwcTests
|
||||
assertAcked(client().admin().indices().prepareCreate("test").get());
|
||||
@ -45,6 +46,7 @@ public class IndexUpgradeIT extends IndexUpgradeIntegTestCase {
|
||||
assertThat(response.getActions().entrySet(), empty());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/x-pack-elasticsearch/issues/3921")
|
||||
public void testIndexUpgradeInfoLicense() throws Exception {
|
||||
assertAcked(client().admin().indices().prepareCreate("test").get());
|
||||
ensureYellow("test");
|
||||
|
Loading…
x
Reference in New Issue
Block a user