Disable script tests for now

This commit is contained in:
Tim Van Baak 2024-08-25 03:17:46 +00:00
parent 55dfe0ca99
commit 868138b988
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ public class ScriptTests
[TestCaseSource(nameof(DatcTestCases))] [TestCaseSource(nameof(DatcTestCases))]
public void Test_DATC(string testScriptPath) public void Test_DATC(string testScriptPath)
{ {
Assert.Ignore("Script tests postponed until parsing tests are done");
string filename = Path.GetFileName(testScriptPath); string filename = Path.GetFileName(testScriptPath);
int line = 0; int line = 0;
IScriptHandler? handler = new SetupScriptHandler(World.WithStandardMap(), strict: true); IScriptHandler? handler = new SetupScriptHandler(World.WithStandardMap(), strict: true);