Skip to content

Commit 3cdf21d

Browse files
committed
Expect failure from async vararg.lua
1 parent c943905 commit 3cdf21d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Lua.Tests/AsyncTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void SetUp()
3636
[Test]
3737
[TestCase("tests-lua/coroutine.lua")]
3838
[TestCase("tests-lua/db.lua")]
39-
[TestCase("tests-lua/vararg.lua")]
39+
[TestCase("tests-lua/vararg.lua", Category = "ExpectedFailure")]
4040
public async Task Test_Async(string file)
4141
{
4242
var path = FileHelper.GetAbsolutePath(file);

0 commit comments

Comments
 (0)