Commenting out data plane tests

Change-Id: I3b0a89d3afa04c4e1254e17f5fdfde3b53445cea
diff --git a/Jenkinsfile-rcord b/Jenkinsfile-rcord
index 54d390a..aef7c91 100644
--- a/Jenkinsfile-rcord
+++ b/Jenkinsfile-rcord
@@ -146,7 +146,7 @@
             } catch(error) { currentBuild.result = 'FAILURE' }
         }
     }
-    stage('Dataplane Test') {
+    /*stage('Dataplane Test') {
         timeout(10) {
             try {
                 runHeadNodeCmd("""
@@ -161,7 +161,7 @@
                 """)
             } catch(error) { currentBuild.result = 'FAILURE' }
         }
-    }
+    }*/
     stage('Publish') {
         try {
             sh """