Fix broken TableToolbar snapshot test

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I37054cd6aabc619a001ced0d928aacd22f46ed3d
diff --git a/tests/unit/Global/InfoTooltip.spec.js b/tests/unit/Global/InfoTooltip.spec.js
index 37290f6..6b9e110 100644
--- a/tests/unit/Global/InfoTooltip.spec.js
+++ b/tests/unit/Global/InfoTooltip.spec.js
@@ -2,6 +2,7 @@
 import InfoTooltip from '@/components/Global/InfoTooltip';
 import { BootstrapVue } from 'bootstrap-vue';
 
+process.env.BOOTSTRAP_VUE_NO_WARN = true;
 const localVue = createLocalVue();
 localVue.use(BootstrapVue);