Ignoring a sample test

This commit is contained in:
Marcin Grzejszczak
2018-08-22 17:44:03 +02:00
parent 48da16ff51
commit 2694b73dfa

View File

@@ -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