]> source.dussan.org Git - nextcloud-server.git/commitdiff
Disable acceptance test which should fail anyway 15053/head
authorJoas Schilling <coding@schilljs.com>
Thu, 11 Apr 2019 12:03:41 +0000 (14:03 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 11 Apr 2019 12:03:41 +0000 (14:03 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/acceptance/features/apps.feature

index 4b03ff7c76d80799e9f4cb50e2d624acacb68992..0fc2f2a686d5b43030302efc0f8967ba9fc0a058 100644 (file)
@@ -40,14 +40,15 @@ Feature: apps
     And I see the app bundles
     And I see that the "Enterprise bundle" is disabled
 
-  Scenario: Enable an app bundle
-    Given I act as Jane
-    And I am logged in as the admin
-    And I open the Apps management
-    And I open the "App bundles" section
-    When I enable all apps from the "Enterprise bundle"
-    Then I see that the "Auditing / Logging" app has been enabled
-    And I see that the "LDAP user and group backend" app has been enabled
+# Enabling an app bundle fails when not all apps have a matching version available
+#  Scenario: Enable an app bundle
+#    Given I act as Jane
+#    And I am logged in as the admin
+#    And I open the Apps management
+#    And I open the "App bundles" section
+#    When I enable all apps from the "Enterprise bundle"
+#    Then I see that the "Auditing / Logging" app has been enabled
+#    And I see that the "LDAP user and group backend" app has been enabled
 
   Scenario: View app details
     Given I act as Jane