Add DevSdkIgnoreRule to ApfIntegrationTest

testReadWriteProgram is annotated with IgnoreUpTo(U), but because the
class does not use the rule, that has no effect.

Fix that by adding the rule.

Note that DevSdkIgnoreRunner only affects running the whole class
(having IgnoreUpTo at the class level), not annotated individual tests.

Test: atest
Bug: 333208995
Change-Id: I56b9c0775c3f39bb0f133705e57a41717a7d777b
1 file changed