fr-net: Don't generate junit-xml output. It's not a test suite

Change-Id: Id296e62fb86731492d42370173a48f217b2fbdc0
diff --git a/fr-net/FRNET_Tests.cfg b/fr-net/FRNET_Tests.cfg
index dedd828..555b260 100644
--- a/fr-net/FRNET_Tests.cfg
+++ b/fr-net/FRNET_Tests.cfg
@@ -1,6 +1,8 @@
 [ORDERED_INCLUDE]
-# Common configuration, shared between test suites
-"../Common.cfg"
+# We cannot include Common.cfg, as this includes the LoggerPlugins configuration
+# for junit-xml generation.  However, we don't want to generate any junit-xml,
+# as FRNET_Tests really is not a test suite, but just a stub against which FR_Tests
+# can execute
 # testsuite specific configuration, not expected to change
 "./FRNET_Tests.default"