From 405b4971357913cf1607f715b51a9007fbe83d66 Mon Sep 17 00:00:00 2001 From: Jamie V Date: Tue, 17 Sep 2024 15:03:20 -0700 Subject: [PATCH] removing focused it --- src/plugins/condition/pluginSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/condition/pluginSpec.js b/src/plugins/condition/pluginSpec.js index 951c13bb86..b20918708e 100644 --- a/src/plugins/condition/pluginSpec.js +++ b/src/plugins/condition/pluginSpec.js @@ -720,7 +720,7 @@ describe('the plugin', function () { }; }); - fit('should evaluate as old when telemetry is not received in the allotted time', async () => { + it('should evaluate as old when telemetry is not received in the allotted time', async () => { let onAddResolve; const onAddCalledPromise = new Promise((resolve) => { onAddResolve = resolve;