I already use StoryControls.doIgnoreMetaFiltersIfGivenStory(true). And I removed the given story in the story.
But the result is the same. Maybe tomorrow I can commit the whole project, so that you can reproduce it. On Tue, May 6, 2014 at 11:00 AM, Stephen de Vries <stephe...@gmail.com>wrote: > > On 6 May 2014, at 10:51, Hans Schwäbli <bugs.need.love....@gmail.com> > wrote: > > I have the example story, see below. It runs not as expected when > filtering by: +Komponente Bestellung -Skip > > VorgegebeneStories: > shop/stories/Login.story > > > My guess is that the given story doesn’t have the same meta-tags. Fix is > to set: StoryControls.doIgnoreMetaFiltersIfGivenStory(true) > > See: http://jira.codehaus.org/browse/JBEHAVE-789 > >