Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WS-17-18
assignment-tests
Commits
79ebb5e6
Commit
79ebb5e6
authored
Mar 20, 2018
by
Alexander
Browse files
Restore @Disabled before performanceTest 2 and 3
parent
ce874898
Changes
1
Show whitespace changes
Inline
Side-by-side
src/final_assignment/task_2/tests/PerformanceTest.java
View file @
79ebb5e6
...
...
@@ -26,6 +26,7 @@ public class PerformanceTest extends Assignment2TestBase {
*/
@Test
@Disabled
@DisplayName
(
"PerformanceTest2"
)
void
performanceTest2
()
{
enableShowTestProgress
();
...
...
@@ -36,6 +37,7 @@ public class PerformanceTest extends Assignment2TestBase {
}
@Test
@Disabled
@DisplayName
(
"PerformanceTest3"
)
void
performanceTest3
()
{
enableShowTestProgress
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment