I would like to specify a test set as broken, just as I can specify a test as broken with @test_broken
.
Is there a way to do that?
2 Likes
I don’t think such a thing is implemented at the moment. A @broken
macro that can be used like
@broken @test ...
@broken @test_throws ...
@broken @testset ...
...
would be very convenient.
2 Likes