We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fd430 commit d843450Copy full SHA for d843450
1 file changed
x-pack/plugins/security_solution/cypress/integration/pagination.spec.ts
@@ -17,7 +17,7 @@ import { refreshPage } from '../tasks/security_header';
17
18
import { HOSTS_PAGE_TAB_URLS } from '../urls/navigation';
19
20
-describe('Pagination', () => {
+describe.skip('Pagination', () => {
21
before(() => {
22
cleanKibana();
23
loginAndWaitForPage(HOSTS_PAGE_TAB_URLS.uncommonProcesses);
0 commit comments