diff options
author | Andreas Kling <kling@serenityos.org> | 2022-04-06 14:50:44 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-04-06 19:35:07 +0200 |
commit | 81aa601637f18171ce16fcb886a0a259b5ae241c (patch) | |
tree | 02a43aa7ac32833b89cd98aec01f24bf114bc065 /Base/home/anon | |
parent | 1956c52c6866ea08bbae03f52c761f357e3ac931 (diff) | |
download | serenity-81aa601637f18171ce16fcb886a0a259b5ae241c.zip |
Tests: Remove test-web
This was not used or maintained, and relied on InProcessWebView which we
need to get rid of.
Diffstat (limited to 'Base/home/anon')
-rw-r--r-- | Base/home/anon/.config/Tests.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/home/anon/.config/Tests.ini b/Base/home/anon/.config/Tests.ini index c60374fb72..489c5a3fe1 100644 --- a/Base/home/anon/.config/Tests.ini +++ b/Base/home/anon/.config/Tests.ini @@ -1,7 +1,7 @@ [Global] SkipDirectories=Kernel/Legacy SkipRegex=^ue-.*$ -SkipTests=test-web TestCommonmark TestLibCoreStream function.sh +SkipTests=TestCommonmark TestLibCoreStream function.sh NotTestsPattern=^.*(txt|frm|inc)$ [test-js] |