Skip to content

Commit 60df337

Browse files
committed
Remove non-R4 tests
1 parent 80285ed commit 60df337

15 files changed

+2
-10043
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: docker pull jetbrains/intellij-http-client
3434
- name: Start server with jetty
3535
run: |
36-
mvn -P jetty spring-boot:run & export JPA_PROCESS=$!
36+
SECURITY_ENABLE_AUTHENTICATION=false mvn -P jetty spring-boot:run & export JPA_PROCESS=$!
3737
sleep 80
3838
- name: Execute smoke tests
3939
run: docker run --rm -v $PWD:/workdir --add-host host.docker.internal:host-gateway jetbrains/intellij-http-client -D src/test/smoketest/plain_server.http --env-file src/test/smoketest/http-client.env.json --env default

src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu2IT.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerDstu3IT.java

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)