gst_all_1.gst-plugins-rs: drop the raptorq test everywhere

I don't understand this, and it didn't seem anyone was willing
to look into the issue.
https://hydra.nixos.org/build/225312469/nixlog/1/tail

+1 -1
+1 -1
pkgs/development/libraries/gstreamer/rs/default.nix
··· 138 138 ''; 139 139 }; 140 140 141 - postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 '' 141 + postPatch = '' 142 142 rm net/raptorq/tests/raptorq.rs 143 143 ''; 144 144