Skip to content

Commit e8d92c4

Browse files
committed
[Reporting] fix failing test: "user sees a job they've created"
resolves #246637 resolves #246638 I haven't made any changes, but I removed the skip and the test now passes. To re-run the tests locally now (group changed since last failure): node scripts/functional_tests --config x-pack/platform/test/serverless/functional/configs/security/config.group18.ts
1 parent 3790a2e commit e8d92c4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • x-pack/platform/test/serverless/functional/test_suites/reporting

x-pack/platform/test/serverless/functional/test_suites/reporting/management.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
3838
});
3939
};
4040

41-
// FLAKY: https://github.com/elastic/kibana/issues/246637
42-
// FLAKY: https://github.com/elastic/kibana/issues/246638
43-
describe.skip('Reporting Management app', () => {
41+
describe('Reporting Management app', () => {
4442
let job: ReportApiJSON;
4543
let path: string;
4644

0 commit comments

Comments
 (0)