From 8658b1633c5bc43f50ba4de22b74f84541fa3ae6 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 12 Aug 2019 09:38:44 +1000 Subject: [PATCH] ci: Temporarily disable NimBLE tests in CI --- .../nimble/blecent/{blecent_test.py => blecent_test_noci.py} | 0 .../bluetooth/nimble/blehr/{blehr_test.py => blehr_test_noci.py} | 0 .../nimble/bleprph/{bleprph_test.py => bleprph_test_noci.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/bluetooth/nimble/blecent/{blecent_test.py => blecent_test_noci.py} (100%) rename examples/bluetooth/nimble/blehr/{blehr_test.py => blehr_test_noci.py} (100%) rename examples/bluetooth/nimble/bleprph/{bleprph_test.py => bleprph_test_noci.py} (100%) diff --git a/examples/bluetooth/nimble/blecent/blecent_test.py b/examples/bluetooth/nimble/blecent/blecent_test_noci.py similarity index 100% rename from examples/bluetooth/nimble/blecent/blecent_test.py rename to examples/bluetooth/nimble/blecent/blecent_test_noci.py diff --git a/examples/bluetooth/nimble/blehr/blehr_test.py b/examples/bluetooth/nimble/blehr/blehr_test_noci.py similarity index 100% rename from examples/bluetooth/nimble/blehr/blehr_test.py rename to examples/bluetooth/nimble/blehr/blehr_test_noci.py diff --git a/examples/bluetooth/nimble/bleprph/bleprph_test.py b/examples/bluetooth/nimble/bleprph/bleprph_test_noci.py similarity index 100% rename from examples/bluetooth/nimble/bleprph/bleprph_test.py rename to examples/bluetooth/nimble/bleprph/bleprph_test_noci.py