We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845b87e commit 33bd44bCopy full SHA for 33bd44b
java/client/test/org/openqa/selenium/UploadTest.java
@@ -98,7 +98,7 @@ public void testCleanFileInput() throws Exception {
98
99
@Test
100
@Ignore(IE)
101
- @Ignore(MARIONETTE)
+ @Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/1011")
102
@Ignore(CHROME)
103
@Ignore(PHANTOMJS)
104
@Ignore(SAFARI)
0 commit comments