Skip to content

Commit d83bff2

Browse files
committed
skip flaky tests still
1 parent 397d264 commit d83bff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/test/security_solution_endpoint/apps/endpoint/endpoint_list.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
1414
const testSubjects = getService('testSubjects');
1515

1616
// FLAKY: https://github.com/elastic/kibana/issues/63621
17-
describe('endpoint list', function () {
17+
describe.skip('endpoint list', function () {
1818
this.tags('ciGroup7');
1919
const sleep = (ms = 100) => new Promise((resolve) => setTimeout(resolve, ms));
2020
before(async () => {
@@ -27,7 +27,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
2727
expect(title).to.equal('Endpoints');
2828
});
2929

30-
it.skip('displays table data', async () => {
30+
it('displays table data', async () => {
3131
const expectedData = [
3232
[
3333
'Hostname',

0 commit comments

Comments
 (0)