removing volume mount checks for synchronizer container tests

Change-Id: I9c82e6eff531c6da6204b2d6ccf173995535f14e
(cherry picked from commit 25cea0d2453f3dcabacfd44b5d9ca32aa19afe02)
diff --git a/roles/xos-container-test-ui/tasks/main.yml b/roles/xos-container-test-ui/tasks/main.yml
index 85909c0..9b3b05b 100644
--- a/roles/xos-container-test-ui/tasks/main.yml
+++ b/roles/xos-container-test-ui/tasks/main.yml
@@ -23,18 +23,4 @@
   retries: 10
   delay: 5
   tags:
-    - skip_ansible_lint # running a sub job
-
-- name: Get Volume Mounts on UI Container
-  shell: mount -l | grep xos_services
-  register: volumes
-  tags:
-    - skip_ansible_lint # running a sub job
-
-- name: Validate Volume Mounts on UI Container
-  assert:
-    that: "'/opt/xos_services/{{ item.name }}' in volumes.stdout|lower"
-  with_items: "{{ xos_services }}"
-  when:
-    - "'{{ item.name }}' != 'vnodlocal'"
-    - "'{{ item.name }}' != 'volt'"
+    - skip_ansible_lint # running a sub job
\ No newline at end of file