Skip to content

Commit

Permalink
ignore e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mslabek committed Oct 24, 2024
1 parent a1ec130 commit c6bdd99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import pl.touk.nussknacker.test.VeryPatientScalaFutures

class DetectLargeTransactionSpec extends AnyFreeSpecLike with BaseE2ESpec with Matchers with VeryPatientScalaFutures {

"Large transactions should be properly detected" in {
"Large transactions should be properly detected" ignore {
val smallAmountTransactions = List(
transactionJson(amount = 1),
transactionJson(amount = 2),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import pl.touk.nussknacker.test.VeryPatientScalaFutures

class DetermineOfferedPlanSpec extends AnyFreeSpecLike with BaseE2ESpec with Matchers with VeryPatientScalaFutures {

"Properly determine offers for customers" in {
"Properly determine offers for customers" ignore {
val customers = List(
customerJson("Nick", age = 15, gender = "Male", isBigSpender = false),
customerJson("John", age = 25, gender = "Male", isBigSpender = false),
Expand Down

0 comments on commit c6bdd99

Please sign in to comment.