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

fix: configureLinux disable tests #20

Merged
merged 2 commits into from
Oct 20, 2023
Merged

fix: configureLinux disable tests #20

merged 2 commits into from
Oct 20, 2023

Conversation

lauzadis
Copy link
Member

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Comment on lines 163 to 172
fun Project.configureLinux() {
kotlin {
linuxX64 {
tasks.named("linuxX64Test") {
enabled = false
}
}
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Probably leave a TODO here for removing/re-enabling this once we really support Linux.

@lauzadis lauzadis merged commit b81cef2 into main Oct 20, 2023
5 checks passed
@lauzadis lauzadis deleted the fix-linuxx64-tests branch October 20, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants