Tests: handled "aio threads" in h2_server_push.t as well.
diff --git a/h2_server_push.t b/h2_server_push.t
index 04f35d3..d555960 100644
--- a/h2_server_push.t
+++ b/h2_server_push.t
@@ -273,7 +273,8 @@
 is(grep({ $_->{type} eq "PUSH_PROMISE" } @$frames), 0, 'max pushes disabled');
 
 TODO: {
-local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /aio on/;
+local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /aio on/
+	or $t->read_file('nginx.conf') =~ /aio threads/;
 
 # server push flow control & rst
 
@@ -317,7 +318,8 @@
 ok(!$frame, 'rst pushed stream');
 
 TODO: {
-local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /aio on/;
+local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /aio on/
+	or $t->read_file('nginx.conf') =~ /aio threads/;
 
 # priority