Skip to content

Commit de0725d

Browse files
committed
ignored some tests for player mute
1 parent 21031df commit de0725d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/client/test/org/openqa/selenium/qtwebkit/HTML5VideoTagTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public void testRemotePlayerState() {
5858
}
5959

6060
@Test
61+
@Ignore(value = {QTWEBKIT}, reason = "Segmentation fault GStreamer; bug 997153, https://bugzilla.redhat.com/show_bug.cgi?id=918553")
6162
public void testRemotePlayerSetMute() {
6263
WebElement element = driver.findElement(By.id("videoPlayer"));
6364
Player player = getPlayer((RemoteWebElement) element);
@@ -143,6 +144,7 @@ public void testRemotePlayerVolume() {
143144
}
144145

145146
@Test
147+
@Ignore(value = {QTWEBKIT}, reason = "Segmentation fault GStreamer; bug 997153, https://bugzilla.redhat.com/show_bug.cgi?id=918553")
146148
public void testRemotePlayerVolumeAndMute() {
147149
WebElement element = driver.findElement(By.id("videoPlayer"));
148150
Player player = getPlayer((RemoteWebElement) element);

0 commit comments

Comments
 (0)