From 86060c0d1d30f491bda3f34be1f4fa7a16230a7d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 21 Oct 2011 13:09:27 +0200 Subject: [PATCH] turn off pg rspecs until code passes --- system/config_default.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/config_default.py b/system/config_default.py index 2f9b519..1adf9b7 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -312,8 +312,9 @@ def sfa (options,index) : 'SFA_PLC_URL' : 'deferred-myplc-api-url', 'SFA_API_DEBUG': True, # details of the slices to create + # xxx framework is ready to use pg rspecs, but code is not yet 'sfa_slice_specs' : [ sfa_slice_spec(options,index,mode) - for mode in ['pl','pg']], + for mode in ['pl']], } # subindex is 0 (pl slice) or 1 (pg slice) -- 2.43.0