mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Backports the following commits to 7.0: - temporarily skip flaky test (#32922)
This commit is contained in:
parent
5940203c8b
commit
46a35c334f
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ describe('example integration test with kbn server', async () => {
|
|||
await servers.stop();
|
||||
});
|
||||
|
||||
it('should have started new platform server correctly', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/32795#issuecomment-471585274
|
||||
it.skip('should have started new platform server correctly', () => {
|
||||
expect(servers.kbnServer).toBeDefined();
|
||||
expect(servers.kbnServer.server).toBeDefined();
|
||||
expect(servers.kbnServer.server.plugins).toBeDefined();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue