mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#211515)
This commit is contained in:
parent
7e79844925
commit
d1031aa429
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
};
|
||||
|
||||
// Failing ES Promotion: https://github.com/elastic/kibana/issues/151756
|
||||
describe('data_streams_list', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/211515
|
||||
describe.skip('data_streams_list', () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue