We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202fe7b commit ce08dd6Copy full SHA for ce08dd6
README.md
@@ -42,7 +42,7 @@ public class MyIgnorableTest {
42
43
@IgnoreUntil("2014-10-30")
44
@Test
45
- public void ignoredUntil20180101() {
+ public void ignoredUntil20141030() {
46
}
47
48
@IgnoreUntil("2014-10-30T17:30:00")
@@ -73,12 +73,6 @@ public class MyIgnorableTest {
73
public void notIgnored() {
74
75
76
-
77
-@IgnoreUntil("2014-10-30T17:30:00")
78
-@Test
79
-public void example_test_ignored_until_a_datetime() {
80
81
-}
82
```
83
84
## Quarantine non-deterministic tests
0 commit comments