In xUnit it was allowed to skip only a specific data of a test, not the test at all:
[InlineData(Skip = "Implementation doen't work until...")]

But in TUnit there is no way.. or I'm wrong?
Adding a [Skip] attribute along with [Arguments] will skip the test