File tree Expand file tree Collapse file tree 2 files changed +1
-26
lines changed
src/test/java/com/example/filesystem Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -95,31 +95,6 @@ limitations under the License.
95
95
</execution >
96
96
</executions >
97
97
</plugin >
98
- <plugin >
99
- <artifactId >maven-surefire-plugin</artifactId >
100
- <version >2.22.2</version >
101
- </plugin >
102
- <plugin >
103
- <artifactId >maven-failsafe-plugin</artifactId >
104
- <version >2.17</version >
105
- <executions >
106
- <execution >
107
- <goals >
108
- <goal >integration-test</goal >
109
- <goal >verify</goal >
110
- </goals >
111
- </execution >
112
- </executions >
113
- <configuration >
114
- <includes >
115
- <include >**/*Tests.java</include >
116
- <include >**/*IT.java</include >
117
- </includes >
118
- <excludes >
119
- <exclude ></exclude >
120
- </excludes >
121
- </configuration >
122
- </plugin >
123
98
</plugins >
124
99
</build >
125
100
</project >
Original file line number Diff line number Diff line change 39
39
40
40
@ RunWith (SpringRunner .class )
41
41
@ SpringBootTest
42
- public class FilesystemApplicationIT {
42
+ public class ApplicationTests {
43
43
44
44
private static final String project = System .getenv ("GOOGLE_CLOUD_PROJECT" );
45
45
private static final String suffix = UUID .randomUUID ().toString ();
You can’t perform that action at this time.
0 commit comments