Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin (#59104)

* Plugins: Unsigned chromium file should not invalidate signature for Renderer plugin

* fix test

* re-work solution
This commit is contained in:
Will Browne
2022-12-19 12:46:27 +01:00
committed by GitHub
parent 02fbb1cd8f
commit 48b33ab521
7 changed files with 77 additions and 11 deletions
+4
View File
@@ -69,6 +69,10 @@ func TestParseTreeTestdata(t *testing.T) {
rootid: "test-datasource",
subpath: "plugin",
},
"renderer-added-file": {
rootid: "test-renderer",
subpath: "plugin",
},
"symbolic-plugin-dirs": {
skip: "io/fs-based scanner will not traverse symlinks; caller of ParsePluginFS() must do it",
},