sfc-gh-kbregula commented on a change in pull request #17257:
URL: https://github.com/apache/beam/pull/17257#discussion_r841145961



##########
File path: 
sdks/java/io/snowflake/src/test/java/org/apache/beam/sdk/io/snowflake/test/unit/write/CreateDispositionTest.java
##########
@@ -48,22 +45,18 @@
 import org.junit.runners.JUnit4;
 
 @RunWith(JUnit4.class)
-@SuppressWarnings({
-  "rawtypes", // TODO(https://issues.apache.org/jira/browse/BEAM-10556)
-})
 public class CreateDispositionTest {
   private static final String FAKE_TABLE = "FAKE_TABLE";
   private static final String BUCKET_NAME = "bucket/";
 
   @Rule public final transient TestPipeline pipeline = TestPipeline.create();
-  @Rule public ExpectedException exceptionRule = ExpectedException.none();

Review comment:
       `ExpectedException.none` is deprecated.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to