Skip to content

Commit 88be624

Browse files
authored
Don't allow failures on IIF tests
Test should always be run and kept in tact otherwise there is no point of testing as the coverage drops from 85% to 50%
1 parent 0b9efc4 commit 88be624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ matrix:
4141
allow_failures:
4242
- julia: nightly
4343
- arch: arm64
44-
- env: IIF_TEST=true
44+
#- env: IIF_TEST=true
4545

4646
# Set the password for Neo4j to neo4j:test
4747
before_script:

0 commit comments

Comments
 (0)