Remove black list of graph flow

Graph flow is operational again,
remove it from being blacklisted.

Change-Id: I86daa783816a554b4304a887fa119c530cd20326
This commit is contained in:
Joshua Harlow
2013-09-23 12:11:20 -07:00
parent ca3b09505d
commit e5f9b49860

View File

@@ -101,8 +101,7 @@ BASE_CONF = '%s.conf' % (BASE_MOD)
MACHINE_GENERATED = ('# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE '
'OVERWRITTEN', '')
# FIXME(harlowja): remove these after bugs #1221448 and #1221505 are fixed
BLACK_LISTED = ('graph_flow',)
BLACK_LISTED = ()
def _parse_args(argv):