From 7ee45ee90213d022321eb0714bed6f23127e7488 Mon Sep 17 00:00:00 2001 From: Kevin Cormier Date: Thu, 5 Dec 2024 14:56:54 -0500 Subject: [PATCH] Revert "Temporarily skip topology tests" This reverts commit 0394ed1a3ac987f6e0a10f12efd952eab0c116af. Signed-off-by: Kevin Cormier --- .../ApplicationTopology/topology/Topology.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/Applications/ApplicationDetails/ApplicationTopology/topology/Topology.test.tsx b/frontend/src/routes/Applications/ApplicationDetails/ApplicationTopology/topology/Topology.test.tsx index 244639b95..0466789b4 100644 --- a/frontend/src/routes/Applications/ApplicationDetails/ApplicationTopology/topology/Topology.test.tsx +++ b/frontend/src/routes/Applications/ApplicationDetails/ApplicationTopology/topology/Topology.test.tsx @@ -42,7 +42,7 @@ describe('Topology tests', () => { nockSearch(mockSearchQuerySearchDisabledManagedClusters, mockSearchResponseSearchDisabledManagedClusters) }) - test.skip('app subscription topology no placement', async () => { + test('app subscription topology no placement', async () => { const { container } = render() ///////////////////////////////////////////////// @@ -103,7 +103,7 @@ describe('Topology tests', () => { ).toHaveLength(2) }) - test.skip('app subscription topology with placement', async () => { + test('app subscription topology with placement', async () => { const { container } = render() ///////////////////////////////////////////////// -- 2.39.1