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