Skip to content

Commit

Permalink
Disable other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Sep 25, 2024
1 parent 382275d commit 6de43e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pipeline {
withXTAG(["$RTOS_TEST_RIG_TARGET"]) { adapterIDs ->
sh "test/rtos_drivers/hil/check_drivers_hil.sh " + adapterIDs[0]
}
sh "pytest test/rtos_drivers/hil"
//sh "pytest test/rtos_drivers/hil"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions test/rtos_drivers/hil/hil.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#**********************
# Individual tests
#**********************
set(INTERTILE_TEST 1)
set(I2C_TEST 1)
set(GPIO_TEST 1)
set(INTERTILE_TEST 0)
set(I2C_TEST 0)
set(GPIO_TEST 0)
set(SWMEM_TEST 0)
set(QSPI_FLASH_TEST 0)
set(I2S_TEST 0)
set(MIC_ARRAY_TEST 0)
set(QSPI_FLASH_TEST 1)
set(I2S_TEST 1)
set(MIC_ARRAY_TEST 1)

#**********************
# Gather Sources
Expand Down

0 comments on commit 6de43e9

Please sign in to comment.