spec: unskip conditional release spec
Closes LS-1684 Test Plan: run flakey_spec_catcher over 100 times in docker and retrigger in jenkins multiple times. Also test with latest canvas-rce-api when merged Change-Id: I9412d765122e5e860b8d62a58e496c3398aeec55 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/255686 Reviewed-by: Ryan Norton <rnorton@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Robin Kuss <rkuss@instructure.com> Product-Review: Robin Kuss <rkuss@instructure.com>
This commit is contained in:
parent
6f0c448dbe
commit
6006fe3ceb
|
@ -22,10 +22,6 @@ require_relative '../../conditional_release_spec_helper'
|
||||||
require File.expand_path(File.dirname(__FILE__) + '/../../sharding_spec_helper')
|
require File.expand_path(File.dirname(__FILE__) + '/../../sharding_spec_helper')
|
||||||
|
|
||||||
describe ConditionalRelease::Service do
|
describe ConditionalRelease::Service do
|
||||||
before do
|
|
||||||
skip 'LS-1684 (12/7/2020)'
|
|
||||||
end
|
|
||||||
|
|
||||||
Service = ConditionalRelease::Service
|
Service = ConditionalRelease::Service
|
||||||
|
|
||||||
def enable_service
|
def enable_service
|
||||||
|
|
Loading…
Reference in New Issue