diff --git a/cfg/1.11-json/node.yaml b/cfg/1.11-json/node.yaml
index 9f0b454064e465c1b87b40e6390bdd0de1c83a74..7c1b0357c5c9666e0069fe41ed6e6437cc2faf60 100644
--- a/cfg/1.11-json/node.yaml
+++ b/cfg/1.11-json/node.yaml
@@ -96,10 +96,7 @@ groups:
     text: "Ensure that the --read-only-port argument is set to 0 (Scored)"
     audit: "cat $kubeletconf"
     tests:
-      bin_op: or
       test_items:
-      - path: "{.readOnlyPort}"
-        set: false
       - path: "{.readOnlyPort}"
         compare:
           op: eq
diff --git a/cfg/1.13-json/node.yaml b/cfg/1.13-json/node.yaml
index 574b567606641274547a236df63e5fabdf7c3e85..e4fde58795626054620b7bb355da5de86173ed90 100644
--- a/cfg/1.13-json/node.yaml
+++ b/cfg/1.13-json/node.yaml
@@ -74,15 +74,12 @@ groups:
     text: "Ensure that the --read-only-port argument is set to 0 (Scored)"
     audit: "cat $kubeletconf"
     tests:
-      bin_op: or
       test_items:
       - path: "{.readOnlyPort}"
         compare:
           op: eq
           value: 0
         set: true
-      - path: "{.readOnlyPort}"
-        set: false
     remediation: |
       If using a Kubelet config file, edit the file to set readOnlyPort to 0 .
       If using command line arguments, edit the kubelet service file