fix ciGroup of spaces api integration tests

(cherry picked from commit 13f7564eba)
This commit is contained in:
spalger 2019-09-12 07:17:43 -07:00
parent 6449088013
commit 3ca83a3f12

View file

@ -9,7 +9,7 @@ import { TestInvoker } from '../../common/lib/types';
// eslint-disable-next-line import/no-default-export
export default function spacesOnlyTestSuite({ loadTestFile }: TestInvoker) {
describe('spaces api without security', function() {
this.tags('ciGroup6');
this.tags('ciGroup2');
loadTestFile(require.resolve('./copy_to_space'));
loadTestFile(require.resolve('./resolve_copy_to_space_conflicts'));