TCI - Remove Installation RCPTT EPP test

-RCPTT does not allow the installation of updates in the AUT. Removing
the test for now.

Change-Id: I2fbfa6201d6366c2c7bfdde07fb2bedee6584882
Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
diff --git a/tests/ECPQ7Tests/EPPTests/update-site/project/Installation.test b/tests/ECPQ7Tests/EPPTests/update-site/project/Installation.test
deleted file mode 100644
index ca660d1..0000000
--- a/tests/ECPQ7Tests/EPPTests/update-site/project/Installation.test
+++ /dev/null
@@ -1,41 +0,0 @@
---- RCPTT testcase ---
-Format-Version: 1.0
-Contexts: _ZOi4wZ77EeOm87IlbkWrfQ
-Element-Name: Installation
-Element-Type: testcase
-Element-Version: 3.0
-External-Reference: 
-Id: _jbzigJ7xEeOleLZC7V9mLg
-Runtime-Version: 2.2.0.201706152316
-Save-Time: 2/26/18 11:29 AM
-Testcase-Type: ecl
-
-------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
-Content-Type: text/ecl
-Entry-Name: .content
-
-get-menu "Help/Install New Software..." | click
-with [get-window Install] {
-    get-button "Add..." | click
-    with [get-window "Add Repository"] {
-        get-editbox -after [get-label "Name:"] | set-text ecp
-        get-editbox -after [get-label "Location:"] | set-text  [substitute-variables "${system_property:installationURL}"]
-        get-button OK | click
-    }
-}
-get-window Install | get-tree | get-item "All SDKs  \\(install one of these\\)/EMF Forms SDK" | get-property caption | equals "EMF Forms SDK" 
-    | verify-true
-with [get-window Install] {
-    with [get-tree] {
-        get-item "All SDKs  \\(install one of these\\)/ECP SDK 3.x" | check
-    }
-    with [get-button "Next >"] {
-        click
-        click
-    }
-}
-get-window Install | get-editbox -after [get-label "License text:"] | get-property text | is-empty | verify-false
-get-window Install | get-tree | get-property itemCount | equals 1 | verify-true
-get-window Install | get-tree | get-item "Eclipse Foundation Software User Agreement" | get-property caption 
-    | equals "Eclipse Foundation Software User Agreement" | verify-true
-------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--