File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
core/src/test/java/org/testcontainers/junit Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11package org .testcontainers .junit ;
22
3+ import org .junit .jupiter .api .Disabled ;
34import org .junit .jupiter .params .ParameterizedTest ;
45import org .junit .jupiter .params .provider .Arguments ;
56import org .junit .jupiter .params .provider .MethodSource ;
1617import static org .assertj .core .api .Assertions .assertThat ;
1718import static org .awaitility .Awaitility .await ;
1819
20+ @ Disabled
1921class ComposeContainerVolumeRemovalTest {
2022
2123 public static Stream <Arguments > params () {
Original file line number Diff line number Diff line change 11package org .testcontainers .junit ;
22
3+ import org .junit .jupiter .api .Disabled ;
34import org .junit .jupiter .params .ParameterizedTest ;
45import org .junit .jupiter .params .provider .MethodSource ;
56import org .testcontainers .DockerClientFactory ;
1516import static org .assertj .core .api .Assertions .assertThat ;
1617import static org .awaitility .Awaitility .await ;
1718
19+ @ Disabled
1820class DockerComposeContainerVolumeRemovalTest {
1921
2022 public static Object [][] params () {
You can’t perform that action at this time.
0 commit comments