diff --git a/frontend/src/components/TemplateEditor/TemplateEditor.test.js b/frontend/src/components/TemplateEditor/TemplateEditor.test.js
index e479ac95ec7..d3e5aec52b7 100644
--- a/frontend/src/components/TemplateEditor/TemplateEditor.test.js
+++ b/frontend/src/components/TemplateEditor/TemplateEditor.test.js
@@ -130,7 +130,7 @@ describe('TemplateEditor component', () => {
props.editorReadOnly = false
})
- it.skip('yaml editing/toolbar', async () => {
+ it('yaml editing/toolbar', async () => {
window.ResizeObserver = ResizeObserver
document.execCommand = () => {}
diff --git a/frontend/src/routes/Credentials/CredentialsForm.test.tsx b/frontend/src/routes/Credentials/CredentialsForm.test.tsx
index 27d7cea5b19..3a0dc3465d1 100644
--- a/frontend/src/routes/Credentials/CredentialsForm.test.tsx
+++ b/frontend/src/routes/Credentials/CredentialsForm.test.tsx
@@ -76,7 +76,7 @@ describe('add credentials page', () => {
})
// Skipping AWS S3 credentials
- it.skip('should create aws (Amazon Web Services) s3 credentials', async () => {
+ it('should create aws (Amazon Web Services) s3 credentials', async () => {
render()
const providerConnection = createProviderConnection(
'awss3',
diff --git a/frontend/src/routes/Infrastructure/Automations/AnsibleAutomationsForm.test.tsx b/frontend/src/routes/Infrastructure/Automations/AnsibleAutomationsForm.test.tsx
index 6b5998a44e0..f2ee4ae5714 100644
--- a/frontend/src/routes/Infrastructure/Automations/AnsibleAutomationsForm.test.tsx
+++ b/frontend/src/routes/Infrastructure/Automations/AnsibleAutomationsForm.test.tsx
@@ -202,7 +202,7 @@ describe('add automation template page', () => {
nockIgnoreOperatorCheck(true)
})
- it.skip('should create a curator template', async () => {
+ it('should create a curator template', async () => {
render()
// template information
diff --git a/frontend/src/wizards/Governance/Policy/policyWizard.test.tsx b/frontend/src/wizards/Governance/Policy/policyWizard.test.tsx
index 6948022cfa9..54e0fbc6bf0 100644
--- a/frontend/src/wizards/Governance/Policy/policyWizard.test.tsx
+++ b/frontend/src/wizards/Governance/Policy/policyWizard.test.tsx
@@ -150,7 +150,7 @@ describe('Policy wizard', () => {
expect(container.querySelector('#objectdefinition-spec-remediationaction-form-group')).toBeNull()
})
- test.skip('single namespace mode of OperatorPolicy', async () => {
+ test('single namespace mode of OperatorPolicy', async () => {
const { container } = render()
screen.getByRole('button', { name: /policy templates/i }).click()
@@ -191,7 +191,7 @@ describe('Policy wizard', () => {
})
})
- test.skip('all namespace mode of OperatorPolicy', async () => {
+ test('all namespace mode of OperatorPolicy', async () => {
const { container } = render()
screen.getByRole('button', { name: /policy templates/i }).click()