Disable Lua tests in CI

This commit is contained in:
YoshiRulz 2023-01-03 07:31:27 +10:00
parent ec6fe5fcf1
commit e7d95aa07d
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

@ -9,7 +9,9 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace BizHawk.Tests.Client.Common.Lua
{
#if !SKIP_PLATFORM_TESTS
[TestClass]
#endif
public class LuaTests
{
private static readonly NLua.Lua LuaInstance = new();