Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove neuvector from
test-plugins-build.sh
Neuvector builds currently fail with the error ``` ERROR Failed to compile with 1 error5:49:49 PM error in utils/common.ts:85:23 TS2694: Namespace 'dayjs' has no exported member 'ManipulateType'. 83 | base: string, 84 | interval: number, > 85 | intervalUnit: dayjs.ManipulateType, | ^^^^^^^^^^^^^^ 86 | pattern = "YYYYMMDDHHmmss" 87 | ) { 88 | // base format: "YYYYMMDDHHmmss" ``` It appears that neuvector might require some updates that are unrelated to bumping Vue to 3.5.x. We will disable this test until neuvector can be patched. Signed-off-by: Phillip Rak <[email protected]>
- Loading branch information