Skip to content

Commit

Permalink
run the generics tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Nov 13, 2023
1 parent 121e735 commit ce338a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nullaway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ tasks.named('testJdk21', Test).configure {
filter {
// JSpecify Generics tests do not yet pass on JDK 21
// See https://github.com/uber/NullAway/issues/827
excludeTestsMatching "com.uber.nullaway.NullAwayJSpecifyGenericsTests"
//excludeTestsMatching "com.uber.nullaway.NullAwayJSpecifyGenericsTests"
}
}

Expand Down

0 comments on commit ce338a6

Please sign in to comment.