diff --git a/backend/hubic/hubic_test.go b/backend/hubic/hubic_test.go index 8176f0a48..335642250 100644 --- a/backend/hubic/hubic_test.go +++ b/backend/hubic/hubic_test.go @@ -11,7 +11,9 @@ import ( // TestIntegration runs integration tests against the remote func TestIntegration(t *testing.T) { fstests.Run(t, &fstests.Opt{ - RemoteName: "TestHubic:", - NilObject: (*hubic.Object)(nil), + RemoteName: "TestHubic:", + NilObject: (*hubic.Object)(nil), + SkipFsCheckWrap: true, + SkipObjectCheckWrap: true, }) }