mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky test (#48910)
This commit is contained in:
parent
b54c1a1d2b
commit
ae2deab4c5
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
await tearDown();
|
||||
});
|
||||
|
||||
it('should send another request when clicking Refresh', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/48910
|
||||
it.skip('should send another request when clicking Refresh', async () => {
|
||||
await testSubjects.click('querySubmitButton');
|
||||
const isLoading = await PageObjects.header.isGlobalLoadingIndicatorVisible();
|
||||
expect(isLoading).to.be(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue