Skip to content

Commit

Permalink
[dev] Skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geropl committed May 15, 2024
1 parent ed6e0af commit 0d41e18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions components/ee/db-sync/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
- package.json
- mocha.opts
deps:
- :dbtest
#- :dbtest
- components/gitpod-db:lib
- components/gitpod-protocol:lib
config:
Expand Down Expand Up @@ -36,7 +36,7 @@ packages:
- package.json
- mocha.opts
deps:
# - components/gitpod-db:dbtest-init
#- components/gitpod-db:dbtest-init
- components/gitpod-db:lib
- components/gitpod-protocol:lib
config:
Expand Down
2 changes: 1 addition & 1 deletion components/ee/payment-endpoint/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages:
deps:
- components/gitpod-db:lib
- components/gitpod-protocol:lib
- :dbtest
#- :dbtest
config:
packaging: library
yarnLock: ${coreYarnLockBase}/../yarn.lock
Expand Down
4 changes: 2 additions & 2 deletions components/gitpod-db/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages:
- package.json
- mocha.opts
deps:
- :dbtest
#- :dbtest
- components/gitpod-protocol:lib
config:
packaging: library
Expand All @@ -32,7 +32,7 @@ packages:
- package.json
- mocha.opts
deps:
# - :dbtest-init
#- :dbtest-init
- components/gitpod-protocol:lib
config:
packaging: library
Expand Down
2 changes: 1 addition & 1 deletion components/server/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ packages:
- components/supervisor-api/typescript-grpcweb:lib
- components/usage-api/typescript:lib
- components/ide-service-api/typescript:lib
- :dbtest
#- :dbtest
config:
packaging: library
yarnLock: ${coreYarnLockBase}/yarn.lock
Expand Down

0 comments on commit 0d41e18

Please sign in to comment.