Skip to content

Commit fbb3bc9

Browse files
chore: remove broken test repository (#576)
1 parent cc37310 commit fbb3bc9

4 files changed

Lines changed: 0 additions & 11 deletions

File tree

packages/java-parser/scripts/clone-samples.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ const sampleRepos = [
5151
repoUrl: "https://github.com/jhipster/jhipster-sample-app-noi18n",
5252
branch: "main"
5353
},
54-
{
55-
repoUrl: "https://github.com/jhipster/jhipster-sample-app-nocache",
56-
branch: "main"
57-
},
5854
{
5955
repoUrl: "https://github.com/jhipster/jhipster-sample-app-hazelcast",
6056
branch: "main"

packages/java-parser/test/samples-spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ describe("The Java Parser", () => {
2121
createSampleSpecs("jhipster-sample-app-hazelcast");
2222
createSampleSpecs("jhipster-sample-app-microservice");
2323
createSampleSpecs("jhipster-sample-app-mongodb");
24-
createSampleSpecs("jhipster-sample-app-nocache");
2524
createSampleSpecs("jhipster-sample-app-noi18n");
2625
createSampleSpecs("jhipster-sample-app-oauth2");
2726
createSampleSpecs("jhipster-sample-app-react");

packages/prettier-plugin-java/scripts/clone-samples.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ const jhipster1 = [
4242
repoUrl: "https://github.com/jhipster/jhipster-sample-app-noi18n",
4343
branch: "main"
4444
},
45-
{
46-
repoUrl: "https://github.com/jhipster/jhipster-sample-app-nocache",
47-
branch: "main",
48-
commitHash: "fda6dee77651042083780c812a1a54ff2de8da47"
49-
},
5045
{
5146
repoUrl: "https://github.com/jhipster/jhipster-sample-app-hazelcast",
5247
branch: "main"

packages/prettier-plugin-java/test/repository-test/jhipster-1-test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const jhipsterRepository = [
66
"jhipster-sample-app-oauth2",
77
"jhipster-sample-app-websocket",
88
"jhipster-sample-app-noi18n",
9-
"jhipster-sample-app-nocache",
109
"jhipster-sample-app-hazelcast"
1110
];
1211

0 commit comments

Comments
 (0)