We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015b2bf commit 7890959Copy full SHA for 7890959
x-pack/test/ui_capabilities/security_only/tests/catalogue.ts
@@ -52,6 +52,7 @@ export default function catalogueTests({ getService }: FtrProviderContext) {
52
(enabled, catalogueId) =>
53
catalogueId !== 'ml' &&
54
catalogueId !== 'monitoring' &&
55
+ catalogueId !== 'ml_file_data_visualizer' &&
56
!esFeatureExceptions.includes(catalogueId)
57
);
58
expect(uiCapabilities.value!.catalogue).to.eql(expected);
@@ -64,6 +65,7 @@ export default function catalogueTests({ getService }: FtrProviderContext) {
64
65
// everything except ml and monitoring and enterprise search is enabled
66
const exceptions = [
67
'ml',
68
+ 'ml_file_data_visualizer',
69
'monitoring',
70
'enterpriseSearch',
71
'appSearch',
0 commit comments