Skip to content

Commit

Permalink
Disabling combineWithUnequalCardinalities in ExtractQueryTest as expe…
Browse files Browse the repository at this point in the history
…ctations are not clear.
  • Loading branch information
piotrszul committed Jan 21, 2025
1 parent 460373c commit 8aa3d41
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
import org.apache.spark.sql.SparkSession;
import org.hl7.fhir.r4.model.Enumerations.ResourceType;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
Expand Down Expand Up @@ -487,6 +488,7 @@ void combineWithLiterals() {
.hasRows(spark, "responses/ExtractQueryTest/combineWithLiterals.tsv");
}

@Disabled("TODO: Define unnesting rules for operators")
@Test
void combineWithUnequalCardinalities() {
subjectResource = ResourceType.PATIENT;
Expand Down

0 comments on commit 8aa3d41

Please sign in to comment.