Open dmitry-kuzovatkin opened 7 years ago
Will be good to have ability to ignore some test by condition.
For example:
@Async @Ignore("bamboo") public function testCall() : Void { ... }
Will be good to have ability to ignore some test by condition.
For example: