regression: disable ComparatorL2Config for now
This tests atomics against the L2. However, we don't have an L2 yet so this is hitting the broadcast hub, which does not support these operations.
This commit is contained in:
@ -61,7 +61,7 @@ endif
|
||||
ifeq ($(SUITE),GroundtestSuiteB)
|
||||
PROJECT=groundtest
|
||||
CONFIGS=BroadcastRegressionTestConfig BufferlessRegressionTestConfig CacheRegressionTestConfig \
|
||||
ComparatorConfig ComparatorBufferlessConfig ComparatorL2Config ComparatorStatelessConfig
|
||||
ComparatorConfig ComparatorBufferlessConfig ComparatorStatelessConfig
|
||||
endif
|
||||
|
||||
ifeq ($(SUITE),UnittestSuite)
|
||||
|
Reference in New Issue
Block a user