IGNITE-1094: Muted some tests back.

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

Branch: refs/heads/ignite-10639
Commit: 389e196604000b84a4ce1c011ba13eec20b41c70
Parents: 5310d37
Author: devozerov <[email protected]>
Authored: Tue Dec 18 00:50:02 2018 +0300
Committer: devozerov <[email protected]>
Committed: Tue Dec 18 00:50:02 2018 +0300

----------------------------------------------------------------------
 .../processors/query/IgniteSqlSchemaIndexingTest.java       | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/389e1966/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSchemaIndexingTest.java
----------------------------------------------------------------------
diff --git 
a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSchemaIndexingTest.java
 
b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSchemaIndexingTest.java
index 7062258..c5827a7 100644
--- 
a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSchemaIndexingTest.java
+++ 
b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSchemaIndexingTest.java
@@ -91,7 +91,9 @@ public class IgniteSqlSchemaIndexingTest extends 
GridCommonAbstractTest {
      */
     @Test
     public void testCaseSensitive() throws Exception {
-        //TODO rewrite with dynamic cache creation, and GRID start in 
#beforeTest - IGNITE-1094 resolved
+        //TODO rewrite with dynamic cache creation, and GRID start in 
#beforeTest after resolve of
+        //TODO IGNITE-1094
+        fail("https://issues.apache.org/jira/browse/IGNITE-10723";);
 
         GridTestUtils.assertThrows(log, new Callable<Object>() {
             @Override public Object call() throws Exception {
@@ -117,9 +119,10 @@ public class IgniteSqlSchemaIndexingTest extends 
GridCommonAbstractTest {
      *
      * @throws Exception If failed.
      */
-    @Test
     public void testCustomSchemaMultipleCachesTablesCollision() throws 
Exception {
-        //TODO: Rewrite with dynamic cache creation, and GRID start in 
#beforeTest - IGNITE-1094 resolved
+        //TODO: Rewrite with dynamic cache creation, and GRID start in 
#beforeTest after resolve of
+        //TODO: IGNITE-1094
+        fail("https://issues.apache.org/jira/browse/IGNITE-10723";);
 
         GridTestUtils.assertThrows(log, new Callable<Object>() {
             @Override public Object call() throws Exception {

Reply via email to