We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f4280 commit f74115cCopy full SHA for f74115c
src/test/java/com/github/streams/practice/a_easy/numbers/problems/C_UniqueEmailAddresses.java
@@ -3,6 +3,7 @@
3
import com.github.streams.practice.a_easy.numbers.EasyNumbersProblemSolution;
4
import java.util.List;
5
import org.junit.jupiter.api.Assertions;
6
+import org.junit.jupiter.api.Disabled;
7
import org.junit.jupiter.api.Test;
8
9
/**
@@ -12,6 +13,7 @@
12
13
*/
14
class C_UniqueEmailAddresses {
15
@Test
16
+ @Disabled
17
void uniqueEmailAddresses() {
18
final var input =
19
List.of(
0 commit comments