Skip to content

Commit

Permalink
Use rabbitmqImage in FUSE failure test
Browse files Browse the repository at this point in the history
On ARM instances, pinnedRabbitmqImage does not work for this test due to
some issues with xattr/whiteout dir detection. This is either a bug in
the image or our code, but to get around CI for now we will just use a
regular rabbitmq image.

Signed-off-by: David Son <[email protected]>
  • Loading branch information
sondavidb authored and coderbirju committed Jul 16, 2024
1 parent 7025601 commit 9eef2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ log_fuse_operations = true
},
{
name: "image with valid-formatted but invalid-data ztocs causes a fuse failure",
image: pinnedRabbitmqImage,
image: rabbitmqImage,
indexDigestFn: func(t *testing.T, sh *shell.Shell, image imageInfo) string {
indexDigest, err := buildIndexByManipulatingZtocData(sh, buildIndex(sh, image, withMinLayerSize(0)), manipulateZtocMetadata)
if err != nil {
Expand Down

0 comments on commit 9eef2c0

Please sign in to comment.