Skip to content

Commit

Permalink
Disable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aesy committed Dec 28, 2024
1 parent 1ebfd19 commit f71d220
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
distribution: temurin
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Install dependencies
run: sudo pip install --prefix /usr/local yamllint
- name: Test with Gradle
run: ./gradlew koverXmlReport --info
- name: Upload coverage to Codecov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import org.junit.jupiter.api.extension.ExtendWith
import strikt.api.expectThat
import strikt.assertions.isFalse

@Disabled("This test requires Yamllint to be accessible on the host to pass")
@ExtendWith(IntelliJExtension::class)
class DisablePluginIntentionIntegrationTest {
@IntelliJ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import org.junit.jupiter.api.extension.ExtendWith
import strikt.api.expectThat
import strikt.assertions.containsExactly

@Disabled("This test requires Yamllint to be accessible on the host to pass")
@ExtendWith(IntelliJExtension::class)
class DisableRuleIntentionIntegrationTest {
@IntelliJ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import io.aesy.yamllint.startup.YamllintExecutableProvider
import org.junit.jupiter.api.*
import org.junit.jupiter.api.extension.ExtendWith

@Disabled("This test requires Yamllint to be accessible on the host to pass")
@ExtendWith(IntelliJExtension::class)
class SuppressLineIntentionIntegrationTest {
@IntelliJ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import strikt.api.expectThat
import strikt.assertions.isEmpty
import strikt.assertions.isNotEmpty

@Disabled("This test requires Yamllint to be accessible on the host to pass")
@ExtendWith(IntelliJExtension::class)
class YamllintExternalAnnotatorIntegrationTest {
@IntelliJ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import org.junit.jupiter.api.extension.ExtendWith
import strikt.api.expectThat
import strikt.assertions.isNotNull

@Disabled("This test requires Yamllint to be accessible on the host to pass")
@ExtendWith(IntelliJExtension::class)
class YamllintPathExecutableProviderIntegration {
@IntelliJ
Expand Down

0 comments on commit f71d220

Please sign in to comment.