Skip to content

Commit

Permalink
chore: remove couchbase from jhipster test as it does not compile
Browse files Browse the repository at this point in the history
Failing JHipster daily builds for months
  • Loading branch information
clementdessoude committed Mar 13, 2021
1 parent d6754b2 commit 8f176ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions packages/java-parser/scripts/clone-samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ const sampleRepos = [
repoUrl: "https://github.com/jhipster/jhipster-sample-app-dto",
branch: "main"
},
{
repoUrl: "https://github.com/jhipster/jhipster-sample-app-couchbase",
branch: "main"
},
{
repoUrl: "https://github.com/jhipster/jhipster-sample-app-cassandra",
branch: "main"
Expand Down
1 change: 0 additions & 1 deletion packages/java-parser/test/samples-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe("The Java Parser", () => {
createSampleSpecs("jhipster-online");
createSampleSpecs("jhipster-sample-app");
createSampleSpecs("jhipster-sample-app-cassandra");
createSampleSpecs("jhipster-sample-app-couchbase");
createSampleSpecs("jhipster-sample-app-dto");
createSampleSpecs("jhipster-sample-app-elasticsearch");
createSampleSpecs("jhipster-sample-app-gateway");
Expand Down
4 changes: 0 additions & 4 deletions packages/prettier-plugin-java/scripts/clone-samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ const jhipster2 = [
repoUrl: "https://github.com/jhipster/jhipster-sample-app-dto",
branch: "main"
},
{
repoUrl: "https://github.com/jhipster/jhipster-sample-app-couchbase",
branch: "main"
},
{
repoUrl: "https://github.com/jhipster/jhipster-sample-app-cassandra",
branch: "main"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { testRepositorySample } = require("../test-utils");
const jhipsterRepository = [
"jhipster-sample-app-elasticsearch",
"jhipster-sample-app-dto",
"jhipster-sample-app-couchbase",
"jhipster-sample-app-cassandra",
"jhipster-sample-app-mongodb",
"jhipster-sample-app-react"
Expand Down

0 comments on commit 8f176ca

Please sign in to comment.