mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
5bedad9116
commit
4acb9c3f8f
1 changed files with 4 additions and 2 deletions
|
@ -55,7 +55,8 @@ describe('kbn-pm production', () => {
|
|||
}
|
||||
}, timeout);
|
||||
|
||||
test(
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/25077
|
||||
test.skip(
|
||||
'builds and copies projects for production',
|
||||
async () => {
|
||||
await buildProductionProjects({ kibanaRoot: tmpDir, buildRoot });
|
||||
|
@ -75,7 +76,8 @@ describe('kbn-pm production', () => {
|
|||
timeout
|
||||
);
|
||||
|
||||
test(
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/36579
|
||||
test.skip(
|
||||
'builds and copies only OSS projects for production',
|
||||
async () => {
|
||||
await buildProductionProjects({ kibanaRoot: tmpDir, buildRoot, onlyOSS: true });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue