Skip to content

Commit

Permalink
Mark base test class as abstract
Browse files Browse the repository at this point in the history
TestNG 7 will try to instatiate it instead of skipping it
  • Loading branch information
wendigo committed Sep 11, 2023
1 parent 956ab13 commit ecb3244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.util.List;
import java.util.Map;

public class BaseBigQueryFailureRecoveryTest
public abstract class BaseBigQueryFailureRecoveryTest
extends BaseFailureRecoveryTest
{
public BaseBigQueryFailureRecoveryTest(RetryPolicy retryPolicy)
Expand Down

0 comments on commit ecb3244

Please sign in to comment.