Skip to content

Commit

Permalink
Merge pull request #241 from JetBrains/graph-store-XD-1116
Browse files Browse the repository at this point in the history
Graph store xd 1116
  • Loading branch information
leostryuk authored Jan 16, 2025
2 parents f2c1996 + 373f8c5 commit 02c9072
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion entity-store/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api(project(":xodus-openAPI"))
api("io.youtrackdb:youtrackdb-core:1.0.0-20250110.154816-3")
api("io.youtrackdb:youtrackdb-core:1.0.0-20250116.103948-6")

implementation(project(":xodus-utils"))
implementation(project(":xodus-environment"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import jetbrains.exodus.entitystore.orientdb.testutil.*
import jetbrains.exodus.query.metadata.entity
import jetbrains.exodus.query.metadata.oModel
import org.junit.Assert
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import kotlin.test.assertContentEquals
Expand Down Expand Up @@ -55,7 +54,6 @@ class OBinaryOperationsWithSortTest : OTestMixin {


@Test
@Ignore
fun intersect() {
testCase = OUsersWithInheritanceTestCase(youTrackDb)

Expand All @@ -79,7 +77,6 @@ class OBinaryOperationsWithSortTest : OTestMixin {
}

@Test
@Ignore
fun minus() {
testCase = OUsersWithInheritanceTestCase(youTrackDb)

Expand Down

0 comments on commit 02c9072

Please sign in to comment.