Skip to content

Commit

Permalink
Fix GitHub actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed May 13, 2021
1 parent 28071f8 commit d2149ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ class MetadataJsonTest extends Specification {

lazy val conf = new Configuration()
lazy val fc = FileContext.getFileContext(conf)
val schemeOptions =

"MetadataJson" should {
"persist and replace system properties (and environment variables)" in {
skipped("fails in github actions")
withPath { context =>
val prop = "MetadataJsonTest.foo"
val interpolated = "${" + prop + "}"
Expand Down

0 comments on commit d2149ba

Please sign in to comment.