You can disable collisions for this sprite.
If you need collisions for something else (for example, interacting with enemies, bullets), you can pin another (invisible) sprite with enabled collision to it and use it for collision detection.
.
Or do it the other way around - remove Platform behavior from this main sprite.
Add invisible sprite with Platform behavior and disabled collisions.
Pin your main sprite to the invisible platform sprite.