Skip to content

Commit

Permalink
using ScalaIgnore akka#3253
Browse files Browse the repository at this point in the history
  • Loading branch information
sfali committed Aug 29, 2024
1 parent ba27834 commit 31bdf55
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ import akka.actor.ActorSystem
import akka.stream.Attributes
import com.dimafeng.testcontainers.ForAllTestContainer
import com.typesafe.config.ConfigFactory
import org.junit.Ignore
import org.scalatest.Ignore

import scala.concurrent.duration._
import scala.concurrent.Await

// TODO: investigate how Azurite works, it is not even working with pure Java API
// `putBlob` operations fails with "remature end of file."
@Ignore
class AzuriteIntegrationSpec extends StorageIntegrationSpec with ForAllTestContainer {

Expand Down

0 comments on commit 31bdf55

Please sign in to comment.