Can confirm the issue, an easy workaround (although one shouldn't be needed) for this issue is:
("testC" cutFadeOut 0) cutText ["This should not be visible on map screen", "PLAIN", 1, false];
or to call BIS_fnc_rscLayer on the rsc layer (which more or less does the same as the code above)