Skip to content

Commit 8981513

Browse files
committed
Testsuite: remove outdated comment from GlassFish profiles
1 parent 83f614e commit 8981513

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build/ftest-base/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@
216216
</dependencies>
217217
</profile>
218218
<profile>
219-
<!-- Don't run this profile on windows: the test performance will be incredibly poor (90 seconds per test).
220-
It works fast on linux.
221-
See https://github.com/arquillian/arquillian-extension-warp/issues/131
222-
-->
223219
<id>glassfish-managed</id>
224220
<activation>
225221
<property>
@@ -262,11 +258,7 @@
262258
</dependencies>
263259
</profile>
264260
<profile>
265-
<!-- Don't run this profile on windows: the test performance will be incredibly poor (90 seconds per test).
266-
It works fast on linux.
267-
See https://github.com/arquillian/arquillian-extension-warp/issues/131
268-
269-
A guide to run it: start GlassFish with this command (remove the "[x]" text - it is just a separator, because double hyphen is forbidden)
261+
<!-- A guide to run it: start GlassFish with this command (remove the "[x]" text - it is just a separator, because double hyphen is forbidden)
270262
asadmin start-domain -[x]-verbose=true
271263
272264
Shut it down after the tests with this command:

0 commit comments

Comments
 (0)