mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-15 13:19:45 +02:00
Enable tests only if test backends are available
This commit is contained in:
parent
6fad442cd0
commit
6ac133499c
19 changed files with 32 additions and 9 deletions
|
@ -26,7 +26,7 @@ import java.util.stream.Stream;
|
|||
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
|
||||
@EnabledIf("sop.operation.AbstractSOPTest#hasBackends")
|
||||
@EnabledIf("sop.testsuite.operation.AbstractSOPTest#hasBackends")
|
||||
public class InlineSignInlineVerifyTest extends AbstractSOPTest {
|
||||
|
||||
static Stream<Arguments> provideInstances() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue