From 3fd49d60855807501ccf544f4a31b974d28aaf53 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Tue, 8 Sep 2015 16:56:56 +0000 Subject: Better comment for TestSpec.flaky(). -- MOS_MIGRATED_REVID=102565057 --- src/test/java/com/google/devtools/build/lib/testutil/TestSpec.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/java/com/google') diff --git a/src/test/java/com/google/devtools/build/lib/testutil/TestSpec.java b/src/test/java/com/google/devtools/build/lib/testutil/TestSpec.java index 316169c10b..0d793f7145 100644 --- a/src/test/java/com/google/devtools/build/lib/testutil/TestSpec.java +++ b/src/test/java/com/google/devtools/build/lib/testutil/TestSpec.java @@ -41,8 +41,8 @@ public @interface TestSpec { String suite() default ""; /** - * If the test will pass consistently without outside changes. - * This should be fixed as soon as possible. + * True, if the test will is not dependable because it has a chance to fail regardless of the + * code's correctness. If this is the case, the test should be fixed as soon as possible. */ boolean flaky() default false; } -- cgit v1.2.3