You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by sj...@apache.org on 2016/08/08 18:56:13 UTC

vxquery git commit: Exclude tests that are currently not passing

Repository: vxquery
Updated Branches:
  refs/heads/master 180d113f9 -> c21702bc3


Exclude tests that are currently not passing


Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/c21702bc
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/c21702bc
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/c21702bc

Branch: refs/heads/master
Commit: c21702bc369d77f42d51fa7a1a4d0521e2ea7866
Parents: 180d113
Author: Steven Glenn Jacobs <sj...@ucr.edu>
Authored: Mon Aug 8 11:54:43 2016 -0700
Committer: Steven Glenn Jacobs <sj...@ucr.edu>
Committed: Mon Aug 8 11:54:43 2016 -0700

----------------------------------------------------------------------
 vxquery-xtest/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/c21702bc/vxquery-xtest/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml
index 990bf31..44f157d 100644
--- a/vxquery-xtest/pom.xml
+++ b/vxquery-xtest/pom.xml
@@ -115,6 +115,7 @@
                         <exclude>**/VXQueryXMarkTest.java</exclude>
                         <exclude>**/XMarkTest.java</exclude>
                         <exclude>**/XQTSTest.java</exclude>
+                        <exclude>**/VXQueryCheckXQTSTest.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>