1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-08 23:42:08 +03:00

Move flaky issues to comments (#5289)

This commit is contained in:
Yuri Schimke
2019-07-16 22:50:51 +01:00
committed by GitHub
parent a6c4ff6e44
commit 2c7811a64a
4 changed files with 15 additions and 8 deletions

View File

@@ -21,4 +21,4 @@ package okhttp3.testing
* Annotation marking a test as flaky, and requires extra logging and linking against
* a known github issue. This does not ignore the failure.
*/
annotation class Flaky(val issues: Array<String> = [])
annotation class Flaky