Skip to content

Commit

Permalink
chore: Disabled annotation only works in combinaton with Test annotat…
Browse files Browse the repository at this point in the history
…ion (#2913)
  • Loading branch information
connoratrug authored Nov 8, 2023
1 parent 26dbab0 commit 67a11dc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class FAIRDataPointBadDistributionInDatasetTest {
static Schema fairDataHub_baddistribution;

@BeforeAll
@Disabled
public static void setup() {
database = TestDatabaseFactory.getTestDatabase();
fairDataHub_baddistribution = database.dropCreateSchema("fairDataHub_baddistribution");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class FAIRDataPointDistributionNotInDatasetTest {
static Schema fairDataHub_distribnotindataset;

@BeforeAll
@Disabled
public static void setup() {
database = TestDatabaseFactory.getTestDatabase();
fairDataHub_distribnotindataset = database.dropCreateSchema("fairDataHub_distribnotindataset");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public class FAIRDataPointNoCatalogsTest {
static Schema fairDataHub_nocatalogs;

@BeforeAll
@Disabled("This test is disabled because does not fail/succeed consistently.")
public static void setup() {
database = TestDatabaseFactory.getTestDatabase();
fairDataHub_nocatalogs = database.dropCreateSchema("fairDataHub_nocatalogs");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class FAIRDataPointTest {
static Schema fdpSchema;

@BeforeAll
@Disabled
public static void setup() {
database = TestDatabaseFactory.getTestDatabase();
fdpSchema = database.dropCreateSchema("fdpTest");
Expand Down

0 comments on commit 67a11dc

Please sign in to comment.