Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: content/test/data/media/mediarecorder_test.html

Issue 1515323002: MediaRecorder test: disable flaky time stamp checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/mediarecorder_test.html
diff --git a/content/test/data/media/mediarecorder_test.html b/content/test/data/media/mediarecorder_test.html
index 52ebcf2055cb67d4d029ed0f84d620e2c71c981a..f82f9bd146a8068e5b1c877d2de061c963eed13a 100644
--- a/content/test/data/media/mediarecorder_test.html
+++ b/content/test/data/media/mediarecorder_test.html
@@ -154,12 +154,6 @@ function testStartWithTimeSlice() {
});
})
.then(function() {
- var timeDeltas = getTimeStampDeltas(timeStamps);
- timeDeltas.forEach(function(timeDelta) {
- assertTrue(timeDelta >= DEFAULT_TIME_SLICE, 'A time slice was ' +
- timeDelta + ' ms which is shorter than the expected minimum '
- + DEFAULT_TIME_SLICE + 'ms');
- });
assertTrue(emptyBlobs == 0, 'Recording has ' + emptyBlobs +
' empty blobs, there should be no such empty blobs.');
})
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698