Skip to content

Commit

Permalink
検証:Disable
Browse files Browse the repository at this point in the history
  • Loading branch information
rami2076 committed Oct 4, 2023
1 parent 4bc71d9 commit fd848ec
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
package com.example.kotlinonspringboot.integration.actuator

import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.test.context.SpringBootTest
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment
import org.springframework.context.annotation.Profile
import org.springframework.test.web.reactive.server.WebTestClient

/**
* なぜかActionsで動作しない
*/
@Profile("local-test")

// TODO:なぜかActionsで動作しない
@Disabled
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
class It {
@Test
Expand Down

0 comments on commit fd848ec

Please sign in to comment.