Remove SELinux Testing Workaround

Bug: 26953532
Change-Id: Ia1b461e4daeaa4cad5468ca64f990841c471ac8c
diff --git a/acts/framework/acts/test_utils/tel/tel_video_utils.py b/acts/framework/acts/test_utils/tel/tel_video_utils.py
index 3952a5d..cda690d 100644
--- a/acts/framework/acts/test_utils/tel/tel_video_utils.py
+++ b/acts/framework/acts/test_utils/tel/tel_video_utils.py
@@ -95,9 +95,6 @@
         True if ad (sub_id) is setup correctly and idle for video call.
     """
 
-    # FIXME: temporarily disable selinux due to b/26953532
-    ad.adb.shell("setenforce", "0")
-
     toggle_airplane_mode(log, ad, False)
     if not set_wfc_mode(log, ad, WFC_MODE_DISABLED):
         log.error("{} Disable WFC failed.".format(ad.serial))