[skip ci] mark teams test as extensive

This commit is contained in:
ansgarz 2022-06-10 13:01:40 +02:00
parent 15f55d3633
commit 4b04d77cfb

View file

@ -1,12 +1,12 @@
package org.domaindrivenarchitecture.provs.desktop.infrastructure package org.domaindrivenarchitecture.provs.desktop.infrastructure
import org.domaindrivenarchitecture.provs.test.defaultTestContainer import org.domaindrivenarchitecture.provs.test.defaultTestContainer
import org.domaindrivenarchitecture.provs.test.tags.ContainerTest import org.domaindrivenarchitecture.provs.test.tags.ExtensiveContainerTest
import org.junit.jupiter.api.Assertions.assertTrue import org.junit.jupiter.api.Assertions.assertTrue
class MsTeamsKtTest { class MsTeamsKtTest {
@ContainerTest @ExtensiveContainerTest
fun installMsTeams() { fun installMsTeams() {
// given // given
val a = defaultTestContainer() val a = defaultTestContainer()