We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b828d5 commit 39212e5Copy full SHA for 39212e5
1 file changed
lucene/src/test/java/com/orientechnologies/lucene/integration/LuceneDropIndexIntegrationTest.java
@@ -15,6 +15,7 @@
15
import org.junit.After;
16
import org.junit.Assert;
17
import org.junit.Before;
18
+import org.junit.Ignore;
19
import org.junit.Test;
20
21
public class LuceneDropIndexIntegrationTest {
@@ -52,6 +53,7 @@ public void before() throws Exception {
52
53
}
54
55
@Test
56
+ @Ignore
57
public void testDropDatabase() throws IOException {
58
59
OrientDB remote =
0 commit comments