[Uptime] remove settings flaky test comment (#99402)

* remove outdated comment
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Dominique Clarke 2021-05-10 10:15:01 -04:00 committed by GitHub
parent 23bef5193a
commit 2f90e73569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
expect(await settings.applyButtonIsDisabled()).to.eql(true);
});
// Failing: https://github.com/elastic/kibana/issues/60863
it('changing index pattern setting is reflected elsewhere in UI', async () => {
const settings = uptimeService.settings;