Skip to content

Commit

Permalink
REMOVE THIS: disable specs using yauaa_context 1-0-2 until iglu-centr…
Browse files Browse the repository at this point in the history
…al release
  • Loading branch information
istreeter committed Apr 29, 2021
1 parent bf9227b commit 45858f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object YauaaEnrichmentSpec {

class YauaaEnrichmentSpec extends PipelineSpec {
import YauaaEnrichmentSpec._
"YauaaEnrichment" should "enrich using the yauaa enrichment" in {
"YauaaEnrichment" should "enrich using the yauaa enrichment" ignore {
JobTest[Enrich.type]
.args(
"--job-name=j",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class EnrichmentManagerSpec extends Specification with EitherMatchers {
rawEvent
)
enriched.value must beRight
}
}.pendingUntilFixed("requires release of yauaa_context 1-0-2 in iglu central")

"emit an EnrichedEvent if a PII value that needs to be hashed is an empty string" >> {
val parameters = Map(
Expand Down Expand Up @@ -598,7 +598,7 @@ class EnrichmentManagerSpec extends Specification with EitherMatchers {
)
enriched.value.map(_.useragent) must beRight(qs_ua)
enriched.value.map(_.derived_contexts) must beRight((_: String).contains("\"agentName\":\"Firefox\""))
}
}.pendingUntilFixed("requires release of yauaa_context 1-0-2 in iglu central")

"use user agent of HTTP header if 'ua' query string parameter is not set" >> {
val parameters = Map(
Expand All @@ -616,7 +616,7 @@ class EnrichmentManagerSpec extends Specification with EitherMatchers {
rawEvent
)
enriched.value.map(_.useragent) must beRight("header-useragent")
}
}.pendingUntilFixed("requires release of yauaa_context 1-0-2 in iglu central")
}

"getIabContext" should {
Expand Down

0 comments on commit 45858f2

Please sign in to comment.