Skip to content

Commit

Permalink
Revert "#1096 set failing tests to ignore, this is a temporary solution"
Browse files Browse the repository at this point in the history
This reverts commit 4422bc1.
  • Loading branch information
copierrj committed Dec 17, 2020
1 parent 26cc988 commit 2d14f80
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Occam Labs UG (haftungsbeschränkt)
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -138,7 +137,7 @@ public void testResourceGraph() {
Assert.assertFalse( "Expected broken dependencies.", node.areDependenciesAvailable() );
}

@Test @Ignore
@Test
public void testDestroySingle() {
FeatureStore fs = workspace.getResource( FeatureStoreProvider.class, "simplesql-ok" );
Assert.assertNotNull( "Feature store is expected to be created.", fs );
Expand All @@ -150,7 +149,7 @@ public void testDestroySingle() {
Assert.assertNull( "Connection provider is expected to be destroyed.", prov );
}

@Test @Ignore
@Test
public void testDestroyInitializeSingle() {
FeatureStore fs = workspace.getResource( FeatureStoreProvider.class, "simplesql-ok" );
Assert.assertNotNull( "Feature store is expected to be created.", fs );
Expand All @@ -164,7 +163,7 @@ public void testDestroyInitializeSingle() {
Assert.assertNotNull( "Connection provider is expected to be re-initialized.", prov );
}

@Test @Ignore
@Test
public void testReinitializeChain() {
FeatureStore fs = workspace.getResource( FeatureStoreProvider.class, "simplesql-ok" );
Assert.assertNotNull( "Feature store is expected to be created.", fs );
Expand Down

0 comments on commit 2d14f80

Please sign in to comment.