Skip to content

Commit

Permalink
Properly include SAML tests into test run.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Oct 2, 2020
1 parent d412169 commit 27ba418
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/security_api_integration/tests/saml/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('security APIs - SAML', () => {
describe('security APIs - SAML', function () {
this.tags('ciGroup6');

loadTestFile(require.resolve('./saml_login'));
});
}

0 comments on commit 27ba418

Please sign in to comment.