Skip to content

Commit

Permalink
Disable flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Aug 30, 2024
1 parent ee97838 commit 3581627
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@

}

aaronp_args4c{
source-patches = [{
path = "src/test/scala/args4c/SecureConfigTest.scala"
pattern = ") _\n"
replace-with = ")\n"
}]
}
aaronp_code-template.tests=compile-only # uses sript engine factory to work with repl, breaks in RC releases
absaoss_absa-shaded-jackson-module-scala.tests = disabled # Does not compile in any version
ablearthy_tdjson-bind.tests = disabled # cannot build native library
Expand Down
1 change: 1 addition & 0 deletions coordinator/configs/require/tests/compile-only
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ clockworkconsulting/peregrin
clulab/fatdynet
codacy/scalaj-http
cognitedata/cognite-sdk-scala
com-lihaoyi/requests-scala
com-lihaoyi/sourcecode
crobox/clickhouse-scala-client
cucumber/cucumber-jvm-scala
Expand Down

0 comments on commit 3581627

Please sign in to comment.