Exclude ModifyVIDToIngress on platforms that don't support output to ingress port
diff --git a/tests/profiles/noing.py b/tests/profiles/noing.py
index c9abc63..bfd1c70 100644
--- a/tests/profiles/noing.py
+++ b/tests/profiles/noing.py
@@ -15,5 +15,6 @@
     "ModifyL2DstIngress",
     "DirectMC",
     "AllPlusIngress",
-    "FloodPlusIngress"
+    "FloodPlusIngress",
+    "ModifyVIDToIngress",
 ]