Skip to content

Commit

Permalink
fix: Disable test "can read previous version's cache"
Browse files Browse the repository at this point in the history
This test is currently broken as a current version of stacker
cannot read an old version's cache.  The change was intended,
to clean up /stacker under c68147c.

Signed-off-by: Scott Moser <smoser@brickies.net>
  • Loading branch information
smoser committed Aug 21, 2023
1 parent c68147c commit 4168ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/caching.bats
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ EOF
}

@test "can read previous version's cache" {
skip "old does not work as a cache due to stacker/import change in c68147cba8d"

# some additional testing that the cache can be read by older versions of
# stacker (cache_test.go has the full test for the type, this just checks
# the mechanics of filepaths and such)
Expand Down

0 comments on commit 4168ff2

Please sign in to comment.