diff --git a/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala b/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala
index 08377e7..a027f46 100644
--- a/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala
+++ b/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala
@@ -26,3 +26,7 @@ class FeatureSpec extends AnyFunSuite with Matchers:
ReadWriteAddress(Address.zero(0x01))
.write(2)[Y] shouldBe "LDY 2 STY 1"
}
+
+ ignore("the write payload is a typesafe enum") {}
+
+ ignore("initializations of the same value and register are aggregated") {}