Skip to content

Commit

Permalink
CBG-3503 Update HLV on import (#6572)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcfraser authored and gregns1 committed Jan 12, 2024
1 parent 65f8fb7 commit 6a3aca9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rest/attachment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,6 @@ func TestAttachmentContentType(t *testing.T) {
}

func TestBasicAttachmentRemoval(t *testing.T) {
t.Skip("Disabled pending CBG-3503")
rt := NewRestTester(t, &RestTesterConfig{GuestEnabled: true})
defer rt.Close()

Expand Down Expand Up @@ -2224,7 +2223,6 @@ func TestAttachmentDeleteOnPurge(t *testing.T) {
}

func TestAttachmentDeleteOnExpiry(t *testing.T) {
t.Skip("Disabled pending CBG-3503")

rt := NewRestTester(t, nil)
defer rt.Close()
Expand Down

0 comments on commit 6a3aca9

Please sign in to comment.