Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily exclude security enabled JLM tests on Windows #708

Merged
merged 1 commit into from
Nov 27, 2018

Conversation

Mesbah-Alam
Copy link
Contributor

Temporarily exclude security enabled JLM tests on Windows due to adoptium/aqa-systemtest#198
Signed-off-by: Mesbah Alam [email protected]

@Mesbah-Alam Mesbah-Alam self-assigned this Nov 27, 2018
@@ -1451,7 +1467,7 @@
<impls>
<impl>openj9</impl>
</impls>
<platformRequirements>os.linux,^arch.ppc</platformRequirements>
<platformRequirements>os.linux,^arch.ppc,^os.win</platformRequirements>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need to exclude this test, as it's linux only

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rght! Thanks for spotting. There were few more of these. Updated them all.

@@ -1619,7 +1641,7 @@
<impls>
<impl>openj9</impl>
</impls>
<platformRequirements>os.linux,^arch.ppc</platformRequirements>
<platformRequirements>os.linux,^arch.ppc,^os.win</platformRequirements>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need to exclude this test, as it's linux only

@Mesbah-Alam Mesbah-Alam merged commit 42e24a5 into adoptium:master Nov 27, 2018
@Mesbah-Alam Mesbah-Alam deleted the excludeJlmAuthTestsOnWin branch December 22, 2018 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants