Comment 3 for bug 1855148

Revision history for this message
Ryan Harper (raharper) wrote : Re: [Bug 1855148] Re: skip_by_date shows MTU tests as passing when we believe they should be failing

On Tue, Feb 4, 2020 at 3:20 PM Dan Watkins <email address hidden>
wrote:

> On Tue, Feb 04, 2020 at 09:04:05PM -0000, Ryan Harper wrote:
> > I've sorted this out. Once the skip_by_date fixby date has passed, we
> > invoke the test; in this case the test looked like this:
> >
> > def test_ip_output(self):
> > pass
> >
> > Which passes; but without actually running the test.
> >
> > What we need to do instead is:
> >
> > def test_ip_output(self):
> > super().test_ip_output()
>
> Could we achieve the same by entirely omitting the definition of
> test_ip_output in the subclass?
>

I only wanted to skip this one test, so I need to override it to decorate
it.

>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1855148
>
> Title:
> skip_by_date shows MTU tests as passing when we believe they should be
> failing
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/curtin/+bug/1855148/+subscriptions
>