From a93c0a97a2559efd7e73589c4517bc4efbafe5de Mon Sep 17 00:00:00 2001
From: Gadi Cohen <dragon@wastelands.net>
Date: Wed, 28 Jul 2021 09:25:39 +0300
Subject: [PATCH] chore(tests): skip not-found ^VXAPL in historical tests

---
 src/modules/historical.spec.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/historical.spec.ts b/src/modules/historical.spec.ts
index 97f52c3d..23c79c12 100644
--- a/src/modules/historical.spec.ts
+++ b/src/modules/historical.spec.ts
@@ -11,7 +11,7 @@ const yf = testYf({ historical });
 describe("historical", () => {
   // See also common module tests in moduleExec.spec.js
 
-  const symbolsToSkip = ["BEKE", "BFLY", "SIMP"];
+  const symbolsToSkip = ["BEKE", "BFLY", "SIMP", "^VXAPL" /* Not Found */];
   const symbols = testSymbols.filter((s) => symbolsToSkip.indexOf(s) === -1);
   it.each(symbols)("passes validation for symbol '%s'", async (symbol) => {
     await yf.historical(