wp_query ignoring custom post_status

I had the same issue and the reason was that I was running the query before registering the post status. So the post status was not registered and thus ignored in WP_Query