Skip to content

Commit 678f51f

Browse files
committed
Merge pull request #115 from neo4j/1.0-tck-tests
Now runs all existing feature files that are NOT tagged in_dev.
2 parents 311f273 + 4db5158 commit 678f51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/tck/DriverComplianceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* The base class to run all cucumber tests
3131
*/
3232
@RunWith( DriverCucumberAdapter.class )
33-
@CucumberOptions( features = {"target/resources/features/BoltTypeSystem.feature", "target/resources/features/BoltChunkingAndDechunking.feature"} )
33+
@CucumberOptions( features = {"target/resources/features"}, tags={"~@in_dev"}, format = {"pretty"})
3434
public class DriverComplianceIT
3535
{
3636
@ClassRule

0 commit comments

Comments
 (0)