Github user joshelser commented on a diff in the pull request: https://github.com/apache/phoenix/pull/307#discussion_r201418146 --- Diff: phoenix-queryserver/pom.xml --- @@ -47,6 +47,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/SecureQueryServerPhoenixDBIT.java</exclude> --- End diff -- You not intending for this test to be executed during the normal build process?
---