]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
enable Linux Chrome & Linux Firefox in Sauce tests 12266/head
authorChris Rebert <code@rebertia.com>
Thu, 16 Jan 2014 23:39:56 +0000 (15:39 -0800)
committerChris Rebert <code@rebertia.com>
Wed, 22 Jan 2014 00:28:38 +0000 (16:28 -0800)
test-infra/sauce_browsers.yml

index e132391068021ad4474ce4473475fecb2d6c564a..911b88f9a5f98a349f60e48209cc4870d7e636ba 100644 (file)
 
   # iOS Chrome not currently supported by Sauce Labs
 
-  # Linux (unofficial):
-  # FIXME: currently fails 1 tooltip test
-  # {
-  #   browserName: "chrome",
-  #   platform: "Linux"
-  # },
-  # {
-  #   browserName: "firefox",
-  #   platform: "Linux"
-  # }
+  # Linux (unofficial)
+  {
+    browserName: "chrome",
+    platform: "Linux"
+  },
+  {
+    browserName: "firefox",
+    platform: "Linux"
+  }
 
   # Android Chrome not currently supported by Sauce Labs