Ignoring a sample test
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package example;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.springframework.cloud.function.adapter.aws.SpringBootRequestHandler;
|
||||
@@ -26,6 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Dave Syer
|
||||
*
|
||||
*/
|
||||
@Ignore
|
||||
public class MapTests {
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user