Skip to content

Commit 5ffa260

Browse files
committed
FPGA Analogin test: Remove usage of FULL_TEST_SHIELD symbol
Keep "AnalogIn - full test" disabled due to hardware issue in the first rev of FPGA Test Shield.
1 parent 261e67b commit 5ffa260

File tree

1 file changed

+2
-1
lines changed
  • TESTS/mbed_hal_fpga_ci_test_shield/analogin

1 file changed

+2
-1
lines changed

TESTS/mbed_hal_fpga_ci_test_shield/analogin/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ void analogin_full_test(PinName pin)
142142
Case cases[] = {
143143
// This will be run for all pins
144144
Case("AnalogIn - init test", all_ports<AnaloginPort, DefaultFormFactor, analogin_init>),
145-
#if defined(FULL_TEST_SHIELD)
145+
// This test case is disabled for now due to hardware issue in the first rev of FPGA Test Shield
146+
#if 0
146147
Case("AnalogIn - full test", all_ports<AnaloginPort, DefaultFormFactor, analogin_full_test>),
147148
#endif
148149

0 commit comments

Comments
 (0)