Disabling ATT Tests
Change-Id: I0e03337de967aedaa15600c8b848ea618376d8a2
This commit is contained in:
کامیت شده توسط
Giovanni Baraldi
والد
bf749ba8d6
کامیت
97288fedc9
@@ -740,7 +740,7 @@ class ATTCollection : public ::testing::Test {
|
||||
};
|
||||
bool ATTCollection::bCollected = false;
|
||||
|
||||
TEST_F(ATTCollection, WhenRunningATTItCollectsTraceDataWithOldAPI) {
|
||||
TEST_F(ATTCollection, DISABLED_WhenRunningATTItCollectsTraceDataWithOldAPI) {
|
||||
int result = ROCPROFILER_STATUS_ERROR;
|
||||
|
||||
// inititalize ROCProfiler
|
||||
@@ -806,7 +806,7 @@ TEST_F(ATTCollection, WhenRunningATTItCollectsTraceDataWithOldAPI) {
|
||||
}
|
||||
|
||||
// New API
|
||||
TEST_F(ATTCollection, WhenRunningATTItCollectsTraceDataWithNewAPI) {
|
||||
TEST_F(ATTCollection, DISABLED_WhenRunningATTItCollectsTraceDataWithNewAPI) {
|
||||
int result = ROCPROFILER_STATUS_ERROR;
|
||||
// inititalize ROCProfiler
|
||||
result = rocprofiler_initialize();
|
||||
|
||||
مرجع در شماره جدید
Block a user