Skip to content

Commit

Permalink
Removes AwaitsFix annotation from MetadataRegressionIT tests (#193)
Browse files Browse the repository at this point in the history
* Removes AwaitsFix annotation from MetadataRegressionIT tests

Signed-off-by: Robert Downs <downsrob@amazon.com>
  • Loading branch information
downsrob committed Nov 12, 2021
1 parent 5b48f51 commit 1fe36be
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class MetadataRegressionIT : IndexStateManagementIntegTestCase() {
updateIndexStateManagementJitterSetting(null)
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/index-management/issues/176")
fun `test move metadata service`() {
updateClusterSetting(ManagedIndexSettings.METADATA_SERVICE_ENABLED.key, "false")
updateClusterSetting(ManagedIndexSettings.METADATA_SERVICE_ENABLED.key, "true")
Expand Down Expand Up @@ -141,7 +140,6 @@ class MetadataRegressionIT : IndexStateManagementIntegTestCase() {
}
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/index-management/issues/176")
fun `test job can continue run from cluster state metadata`() {
/**
* new version of ISM plugin can handle metadata in cluster state
Expand Down Expand Up @@ -224,7 +222,6 @@ class MetadataRegressionIT : IndexStateManagementIntegTestCase() {
}
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/index-management/issues/176")
fun `test new node skip execution when old node exist in cluster`() {
Assume.assumeTrue(isMixedNodeRegressionTest)

Expand Down

0 comments on commit 1fe36be

Please sign in to comment.