Skip to content

Commit

Permalink
Merge branch 'main' into task/olm-fix-serverless-access-to-isolate-re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
kibanamachine authored Aug 15, 2023
2 parents e759009 + 1c463ca commit 3989f83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ describe('when on integration detail', () => {
});
}

describe('and the package is not installed and prerelease enabled', () => {
// FLAKY: https://github.com/elastic/kibana/issues/150607
describe.skip('and the package is not installed and prerelease enabled', () => {
beforeEach(async () => {
mockGAAndPrereleaseVersions('1.0.0-beta');
await render();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ describe('EditConnectorFlyout', () => {
});
});

describe('Submitting', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157060
describe.skip('Submitting', () => {
it('updates the connector correctly', async () => {
const { getByTestId } = appMockRenderer.render(
<EditConnectorFlyout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ describe('<ThresholdWatchEditPage /> create route', () => {
});
});

describe('actions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/163531
describe.skip('actions', () => {
beforeEach(async () => {
await act(async () => {
testBed = await setup(httpSetup);
Expand Down Expand Up @@ -770,7 +771,8 @@ describe('<ThresholdWatchEditPage /> create route', () => {
});
});

describe('watch visualize data payload', () => {
// FLAKY: https://github.com/elastic/kibana/issues/163532
describe.skip('watch visualize data payload', () => {
test('should send the correct payload', async () => {
const { form, find, component } = testBed;
// Set up required fields
Expand Down

0 comments on commit 3989f83

Please sign in to comment.