Skip to content

Commit 7890959

Browse files
committed
revert changes to x-pack/test/ui_capabilities/security_only/tests/catalogue.ts
1 parent 015b2bf commit 7890959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/test/ui_capabilities/security_only/tests/catalogue.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default function catalogueTests({ getService }: FtrProviderContext) {
5252
(enabled, catalogueId) =>
5353
catalogueId !== 'ml' &&
5454
catalogueId !== 'monitoring' &&
55+
catalogueId !== 'ml_file_data_visualizer' &&
5556
!esFeatureExceptions.includes(catalogueId)
5657
);
5758
expect(uiCapabilities.value!.catalogue).to.eql(expected);
@@ -64,6 +65,7 @@ export default function catalogueTests({ getService }: FtrProviderContext) {
6465
// everything except ml and monitoring and enterprise search is enabled
6566
const exceptions = [
6667
'ml',
68+
'ml_file_data_visualizer',
6769
'monitoring',
6870
'enterpriseSearch',
6971
'appSearch',

0 commit comments

Comments
 (0)