We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c932044 commit c147683Copy full SHA for c147683
1 file changed
.builder/actions/build_samples.py
@@ -38,13 +38,6 @@ def run(self, env):
38
defender_samples.append('samples/device_defender/basic_report')
39
defender_samples.append('samples/device_defender/mqtt5_basic_report')
40
41
- da_samples = [
42
- 'deviceadvisor/tests/mqtt_connect',
43
- 'deviceadvisor/tests/mqtt_publish',
44
- 'deviceadvisor/tests/mqtt_subscribe',
45
- 'deviceadvisor/tests/shadow_update'
46
- ]
47
-
48
servicetests = [
49
'servicetests/tests/JobsExecution/',
50
'servicetests/tests/FleetProvisioning/',
0 commit comments