Skip to content

Commit

Permalink
Skip 1.dev integration tests on Windows (digital-asset#16937)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyhaemmerle-da authored May 30, 2023
1 parent 3886179 commit 4845ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,8 @@ if ($env:SKIP_TESTS -ceq "False") {
./ci/remap-scala-test-short-names.ps1 `
| Out-File -Encoding UTF8 -NoNewline scala-test-suite-name-map.json

$skip_dev_canton = "False"
$tag_filter = ""
if ($skip_dev_canton -ceq "True") {
$tag_filter = "-dev-canton-test"
}

$tag_filter = "-dev-canton-test"

bazel test //... `
`-`-build_tag_filters "$tag_filter" `
`-`-test_tag_filters "$tag_filter" `
Expand Down
1 change: 0 additions & 1 deletion ci/cron/daily-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ jobs:
sed -i 's|"external/canton/lib/.*|"'$canton_local_path'"|' $bad_file
sed -i 's|SKIP_DEV_CANTON_TESTS=.*|SKIP_DEV_CANTON_TESTS=false|' build.sh
sed -i 's|skip_dev_canton = .*|skip_dev_canton = "False"|' build.ps1
sed -e 's/^/# /' COPY > canton_dep.bzl
cat <<EOF >> canton_dep.bzl
Expand Down

0 comments on commit 4845ddf

Please sign in to comment.