Skip to content

Commit

Permalink
make test pendingUntilFixed until we upgrade to better-files 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard van Heest committed Aug 7, 2018
1 parent aca2f24 commit 52e7a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/scala/nl/knaw/dans/bag/v0/DansV0BagSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2199,11 +2199,11 @@ class DansV0BagSpec extends TestSupportFixture
}
}

it should "fail when the file to remove is the bag directory itself" in {
it should "fail when the file to remove is the bag directory itself" in pendingUntilFixed {
val bag = simpleBagV0()

bag.toJava should exist
// bag.isChildOf(bag) shouldBe false // TODO why does this actually return true??? - https://github.com/pathikrit/better-files/issues/247
bag.isChildOf(bag) shouldBe false // TODO why does this actually return true??? - https://github.com/pathikrit/better-files/issues/247

inside(bag.removeTagFile(identity)) {
case Failure(e: IllegalArgumentException) =>
Expand Down

0 comments on commit 52e7a2a

Please sign in to comment.