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(