Skip to content

Commit

Permalink
ci: Skip the flaky test in SettingsSso.test.ts (no-changelog) (#9481)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored May 22, 2024
1 parent bc219e0 commit 09a5867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/editor-ui/src/views/__tests__/SettingsSso.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ describe('SettingsSso', () => {
expect(getByTestId('sso-test')).toBeEnabled();
});

it('should enable activation checkbox after data is saved', async () => {
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
it.skip('should enable activation checkbox after data is saved', async () => {
await ssoStore.saveSamlConfig({ metadata: '' });

settingsStore.settings.enterprise[EnterpriseEditionFeature.Saml] = true;
Expand Down

0 comments on commit 09a5867

Please sign in to comment.