Skip to content

Commit cb1577b

Browse files
committed
remove skiped tests
1 parent 8071c67 commit cb1577b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

x-pack/test_serverless/api_integration/test_suites/security/cloud_security_posture/status/status_indexed.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ export default function (providerContext: FtrProviderContext) {
4747

4848
let agentPolicyId: string;
4949

50-
// FLAKY: https://github.com/elastic/kibana/issues/178027
51-
describe.skip('STATUS = INDEXED TEST', () => {
50+
describe('STATUS = INDEXED TEST', () => {
5251
beforeEach(async () => {
5352
await kibanaServer.savedObjects.cleanStandardList();
5453
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');

x-pack/test_serverless/api_integration/test_suites/security/cloud_security_posture/status/status_indexing.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ export default function (providerContext: FtrProviderContext) {
4747

4848
let agentPolicyId: string;
4949

50-
// FLAKY: https://github.com/elastic/kibana/issues/181777
51-
describe.skip('STATUS = INDEXING TEST', () => {
50+
describe('STATUS = INDEXING TEST', () => {
5251
beforeEach(async () => {
5352
await kibanaServer.savedObjects.cleanStandardList();
5453
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');

0 commit comments

Comments
 (0)