Skip to content

Commit

Permalink
REVERTME: add a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Nov 16, 2018
1 parent 04ecdcc commit b74d52c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions old-tests/flaky.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Flaky test</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(function() {
assert_true(Math.random() > 0.5, "Flaky failure");
});
</script>

0 comments on commit b74d52c

Please sign in to comment.