Skip to content

Commit

Permalink
Remove focus from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Sep 20, 2018
1 parent 0a75251 commit 5f722d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j/test-integration/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ var _ = Describe("Transaction", func() {

})

FContext("V3 API on V1 & V2", func() {
Context("V3 API on V1 & V2", func() {
BeforeEach(func() {
if VersionOfDriver(driver).GreaterThanOrEqual(V3_5_0) {
Skip("this test is targeted for server versions less than neo4j 3.5.0")
Expand Down

0 comments on commit 5f722d7

Please sign in to comment.