Skip to content

Commit

Permalink
Added a skip to a test that looks kinda funky.
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthmark committed Feb 4, 2024
1 parent 1db6a37 commit 8da17db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dergwasm_mod/DergwasmTests/FrameTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace DergwasmTests
{
public class FrameTests
{
[Fact]
[Fact(Skip = "Test not relevant with marshallers.")]
public void TestFrame()
{
Frame f = new Frame(null, null, null);
Expand Down

0 comments on commit 8da17db

Please sign in to comment.