[571214] Comment unreliable Representations Links SWTBot tests

SWTBot tests about moving Representations Links do not run correctly,
which may be due to a SWTBot bug. It was decided to comment them for
now. Other similar tests ensure the functionality that was tested there.

Bug: 571214
Change-Id: I5ed413c6696005af3b68f6aa81fc63ddd3d1bbe9
Signed-off-by: Glenn Plouhinec <glenn.plouhinec@obeo.fr>
diff --git a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/RectilinearNoteAttachmentWithRepresentationLinkTest.java b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/RectilinearNoteAttachmentWithRepresentationLinkTest.java
index 2b40f23..dad49c8 100644
--- a/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/RectilinearNoteAttachmentWithRepresentationLinkTest.java
+++ b/plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/RectilinearNoteAttachmentWithRepresentationLinkTest.java
@@ -46,7 +46,8 @@
      * 
      * @see "https://bugs.eclipse.org/bugs/show_bug.cgi?id=570518"
      */
-    public void testConsistentNumberBendpoints() {
+    public void _testConsistentNumberBendpoints() {
+        // This test cannot be run correctly. The Representation Link is not moved by SWTBot.
         SWTBotGefEditPart representationLink = editor.getEditPart("Text", SiriusNoteEditPart.class);
         consistentNumberBendpoints(representationLink);
     }
@@ -61,7 +62,8 @@
     /**
      * @see AbstractRectilinearNoteAttachmentTest#removeBendpointsOnNoteAttachmentAfterMovingElement(SWTBotGefEditPart)
      */
-    public void testRemoveBendpointsOnNoteAttachmentAfterMovingNote() {
+    public void _testRemoveBendpointsOnNoteAttachmentAfterMovingNote() {
+        // This test cannot be run correctly. The Representation Link is not moved by SWTBot.
         SWTBotGefEditPart representationLink = editor.getEditPart("Text", SiriusNoteEditPart.class);
         super.removeBendpointsOnNoteAttachmentAfterMovingElement(representationLink);
     }