From 1a0f8e139047af8997fbdb0e7ac0d9b47ab7d805 Mon Sep 17 00:00:00 2001 From: Rishi Mehta Date: Mon, 5 Aug 2024 15:35:24 +0530 Subject: [PATCH] Skipping rum spec --- ui.tests/test-module/specs/rum/rum.runtime.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.tests/test-module/specs/rum/rum.runtime.spec.js b/ui.tests/test-module/specs/rum/rum.runtime.spec.js index 38f37f22d2..1106bba95a 100644 --- a/ui.tests/test-module/specs/rum/rum.runtime.spec.js +++ b/ui.tests/test-module/specs/rum/rum.runtime.spec.js @@ -14,7 +14,7 @@ * limitations under the License. ******************************************************************************/ -describe('Form with RUM initialized', () => { +describe.skip('Form with RUM initialized', () => { // rum is only supported in latest addon const pagePath = "content/forms/af/core-components-it/samples/rum/basic.html"; let formContainer = null;