parent
0211e9d78d
commit
c9dd9cc7f9
8 changed files with 120 additions and 13 deletions
5
Makefile
5
Makefile
|
|
@ -1,13 +1,10 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
ifeq ($(TEST_SERVER_MODE), true)
|
||||
# exclude test_iot and test_iotdata for now
|
||||
# because authentication of iot is very complicated
|
||||
|
||||
# exclude test_kinesisvideoarchivedmedia
|
||||
# because testing with moto_server is difficult with data-endpoint
|
||||
|
||||
TEST_EXCLUDE := -k 'not (test_iot or test_kinesisvideoarchivedmedia)'
|
||||
TEST_EXCLUDE := -k 'not test_kinesisvideoarchivedmedia'
|
||||
else
|
||||
TEST_EXCLUDE :=
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue