Delete section about running integration tests
diff --git a/README.md b/README.md index 0ca9918..97a37f6 100644 --- a/README.md +++ b/README.md
@@ -100,24 +100,6 @@ - create a TAB (tock application bundle) - if you have a nRF52-DK board connected: flash this TAB to your board (using tockloader) -## Running the Integration Tests - -Having an nRF52-DK board at hand, integration tests can be run using `./run_hardware_tests.sh`. -The pins P0.03 and P0.04 need to be connected (on a nRF52-DK). -The expected output on the UART console will be as follows. - -``` -[test-results] -heap_test = "Heap works." -formatting = works -should_be_one = 1 -gpio_works = true -trait_obj_value_usize = 1 -trait_obj_value_string = string -callbacks_work = true -all_tests_run = true -``` - ## License Licensed under either of