Skip to content

Commit

Permalink
Rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Apr 23, 2020
1 parent 30e8e4f commit 4717b85
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import { createTestConfig } from '../common/config';

// eslint-disable-next-line import/no-default-export
export default createTestConfig('security_and_spaces', {
export default createTestConfig('basic', {
disabledPlugins: [],
license: 'trial',
license: 'basic',
ssl: true,
});
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import { FtrProviderContext } from '../../common/ftr_provider_context';

// eslint-disable-next-line import/no-default-export
export default ({ loadTestFile }: FtrProviderContext): void => {
describe('case api security and spaces enabled', function() {
this.tags('ciGroup1');
describe('case api basic', function() {
// Fastest ciGroup for the moment.
this.tags('ciGroup2');

loadTestFile(require.resolve('./configure/get_configure'));
loadTestFile(require.resolve('./configure/post_configure'));
Expand Down
2 changes: 0 additions & 2 deletions x-pack/test/case_api_integration/common/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ export function createTestConfig(name: string, options: CreateTestConfigOptions)
...disabledPlugins.map(key => `--xpack.${key}.enabled=false`),
`--plugin-path=${path.join(__dirname, 'fixtures', 'plugins', 'alerts')}`,
`--plugin-path=${path.join(__dirname, 'fixtures', 'plugins', 'actions')}`,
`--plugin-path=${path.join(__dirname, 'fixtures', 'plugins', 'task_manager')}`,
`--plugin-path=${path.join(__dirname, 'fixtures', 'plugins', 'aad')}`,
...(ssl
? [
`--elasticsearch.hosts=${servers.elasticsearch.protocol}://${servers.elasticsearch.hostname}:${servers.elasticsearch.port}`,
Expand Down

0 comments on commit 4717b85

Please sign in to comment.