Disable Lua tests in CI
This commit is contained in:
parent
ec6fe5fcf1
commit
e7d95aa07d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue