Skip to content

Commit

Permalink
fix integration test schema based controller to ignore TEISchemaDescr…
Browse files Browse the repository at this point in the history
…iptor
  • Loading branch information
ameenhere committed Dec 21, 2024
1 parent 42d04a6 commit 4d4e2e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ class SchemaBasedControllerTest extends DhisControllerIntegrationTest {
"programStageWorkingList", // same reason as programStage
"dataElement", // non-postgres SQL in deletion handler
"predictor", // NPE in preheat when creating objects
"aggregateDataExchange" // required JSONB objects not working
"aggregateDataExchange", // required JSONB objects not working
"trackedEntityInstance" // needs TrackedEntityType
);

/**
Expand Down

0 comments on commit 4d4e2e8

Please sign in to comment.