Skip to content

Commit

Permalink
Skip wifi examples
Browse files Browse the repository at this point in the history
  • Loading branch information
petya2164 committed Sep 4, 2019
1 parent 0196fc1 commit 7190037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbot.py
Expand Up @@ -98,9 +98,9 @@ def run_tests(properties):
os.chdir(ns3_path)
python = sys.executable
run_command([python, 'waf', '--run', 'kodo-recoders'])
run_command([python, 'waf', '--run', 'kodo-wifi-broadcast'])
#run_command([python, 'waf', '--run', 'kodo-wifi-broadcast'])
run_command([python, 'waf', '--run', 'kodo-wired-broadcast'])
run_command([python, 'waf', '--run', 'kodo-wifi-broadcast-object'])
#run_command([python, 'waf', '--run', 'kodo-wifi-broadcast-object'])


def install(properties):
Expand Down

0 comments on commit 7190037

Please sign in to comment.