mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#216512)
This commit is contained in:
parent
c2b76a9813
commit
347e1037a2
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const addFeatureControlSuite = ({ user, description, privileges }: FeatureControlUserSuite) => {
|
||||
const testPrefix = (allowed: boolean) => (allowed ? `can` : `can't`);
|
||||
|
||||
describe(description, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/216512
|
||||
describe.skip(description, () => {
|
||||
before(async () => {
|
||||
await loginAs(user);
|
||||
await tagManagementPage.navigateTo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue