1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Disable broken tests so the working ones don't rot

This commit is contained in:
Alexander Wilms
2024-01-03 00:26:15 +00:00
parent b1020bdd5b
commit 8800b361fd
19 changed files with 48 additions and 48 deletions

View File

@ -30,7 +30,7 @@ protected:
};
TEST_F(LuaSandboxTest, Example)
TEST_F(LuaSandboxTest, DISABLED_Example)
{
loadScriptFromFile("test/lua/SandboxTest.lua");
runClientServer();