Fix some MSA tests not running

This commit is contained in:
VIacheslavKlimov 2025-08-11 12:18:27 +03:00
parent 3d92d7894c
commit 13c0926e67

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
Copyright © 2016-2025 The Thingsboard Authors Copyright © 2016-2025 The Thingsboard Authors
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@ -23,6 +23,8 @@
<packages> <packages>
<package name="org.thingsboard.server.msa.connectivity" /> <package name="org.thingsboard.server.msa.connectivity" />
<package name="org.thingsboard.server.msa.edqs" /> <package name="org.thingsboard.server.msa.edqs" />
<package name="org.thingsboard.server.msa.cf" />
<package name="org.thingsboard.server.msa.rule.node" />
</packages> </packages>
</test> </test>
</suite> </suite>